LB cc335cad5f Reinstate modal-workflow self.ajaxifyForm & add unit tests | hai 1 día | |
---|---|---|
.. | ||
scss | hai 1 mes | |
src | hai 1 día | |
storybook | hai 4 días | |
tests | hai 1 mes | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
extract-translatable-strings.js | %!s(int64=2) %!d(string=hai) anos | |
package-lock.json | %!s(int64=3) %!d(string=hai) anos | |
tailwind.config.js | hai 1 mes | |
webpack.config.js | hai 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
.