Helen Chapman 4b4db7d771 Adds screen-reader-only text to the close button for modals (#5274, #5377) 5 年 前
..
scss 5adda1af43 Fix regression for unpublished pages styles & revision index item 5 年 前
src 0d22763e0a In main nav & explorer menu, show focus outline within elements 5 年 前
tests 4b4db7d771 Adds screen-reader-only text to the close button for modals (#5274, #5377) 5 年 前
webpack 6246832408 Add JS source maps in production build for packaged Wagtail 7 年 前
README.md 8bf2c9bf2e Refactor explorer code with tests using Jest 7 年 前
package.json ad5a3bbdc2 Remove unused React component generator 6 年 前

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.