LB cc335cad5f Reinstate modal-workflow self.ajaxifyForm & add unit tests | hace 1 día | |
---|---|---|
.. | ||
scss | hace 1 mes | |
src | hace 1 día | |
storybook | hace 4 días | |
tests | hace 1 mes | |
README.md | hace 2 años | |
extract-translatable-strings.js | hace 2 años | |
package-lock.json | hace 3 años | |
tailwind.config.js | hace 1 mes | |
webpack.config.js | hace 1 mes |
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
.