Albina Starykova b6d4af418f Update pattern library background & text examples %!s(int64=2) %!d(string=hai) anos
..
scss b6d4af418f Update pattern library background & text examples %!s(int64=2) %!d(string=hai) anos
src b6d4af418f Update pattern library background & text examples %!s(int64=2) %!d(string=hai) anos
storybook fbabd6ef5e Disable Webpack css-loader URL handling in Storybook. Fix #8646 %!s(int64=2) %!d(string=hai) anos
tests 78fe000b19 Add custom jest matcher for block id duplicate tests %!s(int64=2) %!d(string=hai) anos
README.md 0012c344d9 auto-format core markdown files (#8603) %!s(int64=2) %!d(string=hai) anos
extract-translatable-strings.js 7c9b6fd415 Cleanup - eslint config fixes (#8543) %!s(int64=2) %!d(string=hai) anos
package-lock.json 2ab917bc92 Feature/field comment frontend (#6530) %!s(int64=3) %!d(string=hai) anos
tailwind.config.js 5890cf5bda Highlight side panels toggles when expanded %!s(int64=2) %!d(string=hai) anos
webpack.config.js 41c8512789 Reset scheduled publishing fields when dialog is closed %!s(int64=2) %!d(string=hai) anos

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.