LB cc335cad5f Reinstate modal-workflow self.ajaxifyForm & add unit tests | há 1 dia atrás | |
---|---|---|
.. | ||
scss | há 1 mês atrás | |
src | há 1 dia atrás | |
storybook | há 4 dias atrás | |
tests | há 1 mês atrás | |
README.md | há 2 anos atrás | |
extract-translatable-strings.js | há 2 anos atrás | |
package-lock.json | há 3 anos atrás | |
tailwind.config.js | há 1 mês atrás | |
webpack.config.js | há 1 mês atrás |
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
.