Iman Syed 794d40b86b Add ability to create anchor link tab within rich text link 5 年之前
..
scss f53dd95696 Change StreamField group labels color so labels are visible. Fix #5455 (#5462) 5 年之前
src 794d40b86b Add ability to create anchor link tab within rich text link 5 年之前
tests 794d40b86b Add ability to create anchor link tab within rich text link 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.