Coen van der Kamp b91ed2cce4 Allow button labels to wrap onto two lines in dropdown buttons. Fix #9613 (#9643) 2 rokov pred
..
scss b91ed2cce4 Allow button labels to wrap onto two lines in dropdown buttons. Fix #9613 (#9643) 2 rokov pred
src dd0d2c4b88 Make it possible to resize the page editor’s side panels (#9276) 2 rokov pred
storybook fbabd6ef5e Disable Webpack css-loader URL handling in Storybook. Fix #8646 2 rokov pred
tests 78fe000b19 Add custom jest matcher for block id duplicate tests 2 rokov pred
README.md 0012c344d9 auto-format core markdown files (#8603) 2 rokov pred
extract-translatable-strings.js e609f15a93 Ignore test files from extract-translatable-strings 2 rokov pred
package-lock.json 2ab917bc92 Feature/field comment frontend (#6530) 4 rokov pred
tailwind.config.js 0000ed88f7 removed unused styles from utility.legacy.scss file and clean up 2 rokov pred
webpack.config.js 41c8512789 Reset scheduled publishing fields when dialog is closed 2 rokov pred

README.md

Wagtail client-side components

This library aims to give developers the ability to subclass and configure Wagtail's UI components.

Usage

npm install wagtail
import { Explorer } from 'wagtail';
// [...]
<Explorer />;

Development

# From the project root, start the webpack + styles compilation.
npm run start

You will also need:

Releases

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.