2
0
Helen Chapman 3bd058f9d8 Rename _utilities.hidden.legacy.scss to _utilities.visuallyhidden.scss (#5404) 5 жил өмнө
..
scss 3bd058f9d8 Rename _utilities.hidden.legacy.scss to _utilities.visuallyhidden.scss (#5404) 5 жил өмнө
src 1e85ff454c Move focus to the pages explorer menu when open (#5336, #5394) 5 жил өмнө
tests 1e85ff454c Move focus to the pages explorer menu when open (#5336, #5394) 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.