wagtail/client
Jérôme Lebleu e1ecca2f3c Display the select option's text instead of value in telepath (#7629) 2022-01-21 10:52:47 +00:00
..
.storybook
scss Update move page breadcrumb 2022-01-19 22:22:40 +00:00
src Display the select option's text instead of value in telepath (#7629) 2022-01-21 10:52:47 +00:00
tests Support changing which origin the integration tests are run on 2022-01-15 21:44:36 +10:00
README.md
package-lock.json
webpack.config.js Rename admin/expanding-formset.js (using kebab-case file) (#7833) 2022-01-15 01:00:02 +00:00

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.