LB cc335cad5f Reinstate modal-workflow self.ajaxifyForm & add unit tests | 1 gün önce | |
---|---|---|
.. | ||
scss | 1 ay önce | |
src | 1 gün önce | |
storybook | 4 gün önce | |
tests | 1 ay önce | |
README.md | 2 yıl önce | |
extract-translatable-strings.js | 2 yıl önce | |
package-lock.json | 3 yıl önce | |
tailwind.config.js | 1 ay önce | |
webpack.config.js | 1 ay önce |
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
.