LB cc335cad5f Reinstate modal-workflow self.ajaxifyForm & add unit tests | 2 days ago | |
---|---|---|
.. | ||
scss | 1 month ago | |
src | 2 days ago | |
storybook | 4 days ago | |
tests | 1 month ago | |
README.md | 2 years ago | |
extract-translatable-strings.js | 2 years ago | |
package-lock.json | 3 years ago | |
tailwind.config.js | 1 month ago | |
webpack.config.js | 1 month ago |
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
.