LB cc335cad5f Reinstate modal-workflow self.ajaxifyForm & add unit tests | 1 dag sedan | |
---|---|---|
.. | ||
scss | 1 månad sedan | |
src | 1 dag sedan | |
storybook | 4 dagar sedan | |
tests | 1 månad sedan | |
README.md | 2 år sedan | |
extract-translatable-strings.js | 2 år sedan | |
package-lock.json | 3 år sedan | |
tailwind.config.js | 1 månad sedan | |
webpack.config.js | 1 månad 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
.