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

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.