LB (Ben Johnston) 1b3d190b3f Fix group permission checkboxes not being clickable in IE11. Fix #5903 (#6115) 4 gadi atpakaļ
..
scss 1b3d190b3f Fix group permission checkboxes not being clickable in IE11. Fix #5903 (#6115) 4 gadi atpakaļ
src 9f0dcf0097 Add skip link for keyboard users. Fix #5406 (#5780) 4 gadi atpakaļ
tests 33b6d82033 Rename Admin API endpoint to "main" 5 gadi atpakaļ
webpack 6246832408 Add JS source maps in production build for packaged Wagtail 7 gadi atpakaļ
README.md 8bf2c9bf2e Refactor explorer code with tests using Jest 7 gadi atpakaļ
package.json ad5a3bbdc2 Remove unused React component generator 6 gadi atpakaļ

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.