Scott Cranfill f886b1b65b Fix Jest snapshot once more | 3 anni fa | |
---|---|---|
.. | ||
.storybook | 3 anni fa | |
scss | 3 anni fa | |
src | 3 anni fa | |
tests | 3 anni fa | |
README.md | 7 anni fa | |
package-lock.json | 3 anni fa | |
webpack.config.js | 3 anni fa |
This library aims to give developers the ability to subclass and configure Wagtail's UI components.
npm install wagtail
import { Explorer } from 'wagtail';
// [...]
<Explorer />
# From the project root, start the webpack + styles compilation.
npm run start
You will also need:
The front-end is bundled at the same time as the Wagtail project. This package also aims to be available separately on npm as wagtail
.