This library aims to give developers the ability to subclass and configure Wagtail's UI components.
npm install wagtail
import { Explorer } from 'wagtail';
...
<Explorer onChoosePage={(page)=> { console.log(`You picked ${page}`); }} />
TODO
- Explorer
- Modal
- DatePicker
- LinkChooser
- DropDown
Run webpack
from the Wagtail project root.
webpack
The front-end is bundled at the same time as the Wagtail project, via setuptools
.