wagtail/client
rohitsrma e2ce772017 Fix help block link contrast
Fixes #10990
2023-10-05 21:30:03 +11:00
..
scss Fix help block link contrast 2023-10-05 21:30:03 +11:00
src Adopt `classname` instead of `classnames` in all MenuItem/Sidebar usage 2023-10-04 08:05:52 +11:00
storybook
tests
README.md
extract-translatable-strings.js
package-lock.json
tailwind.config.js
webpack.config.js

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.