Scott Cranfill f886b1b65b Fix Jest snapshot once more | il y a 3 ans | |
---|---|---|
.. | ||
.storybook | il y a 3 ans | |
scss | il y a 3 ans | |
src | il y a 3 ans | |
tests | il y a 3 ans | |
README.md | il y a 7 ans | |
package-lock.json | il y a 3 ans | |
webpack.config.js | il y a 3 ans |
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
.