LB cc335cad5f Reinstate modal-workflow self.ajaxifyForm & add unit tests | před 1 dnem | |
---|---|---|
.. | ||
scss | před 1 měsícem | |
src | před 1 dnem | |
storybook | před 4 dny | |
tests | před 1 měsícem | |
README.md | před 2 roky | |
extract-translatable-strings.js | před 2 roky | |
package-lock.json | před 3 roky | |
tailwind.config.js | před 1 měsícem | |
webpack.config.js | před 1 měsícem |
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
.