![]() |
7 år sedan | |
---|---|---|
.. | ||
scss | 7 år sedan | |
src | 7 år sedan | |
template | 7 år sedan | |
tests | 7 år sedan | |
webpack | 7 år sedan | |
README.md | 7 år sedan | |
package.json | 7 år sedan |
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
.