Helen Chapman e33732cc63 Add more contextual information for screen readers in the explorer menu’s links (#5335, #5386) 5 éve
..
scss 3eb71d702e Merge pull request #5378 from thibaudcolas/bug/icon-help-inverse-5359 5 éve
src e33732cc63 Add more contextual information for screen readers in the explorer menu’s links (#5335, #5386) 5 éve
tests e33732cc63 Add more contextual information for screen readers in the explorer menu’s links (#5335, #5386) 5 éve
webpack 6246832408 Add JS source maps in production build for packaged Wagtail 7 éve
README.md 8bf2c9bf2e Refactor explorer code with tests using Jest 7 éve
package.json ad5a3bbdc2 Remove unused React component generator 6 éve

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.