Thibaud Colas b3e5f751e4 Add icons loading and demo to Storybook 3 年之前
..
scss fd8277bcf7 remove modernizr & usage 3 年之前
src 3aae7d0583 Add base pattern library setup with Storybook 3 年之前
storybook b3e5f751e4 Add icons loading and demo to Storybook 3 年之前
tests d2d4651853 Remove polyfills only installed for IE11 3 年之前
README.md 8bf2c9bf2e Refactor explorer code with tests using Jest 7 年之前
package-lock.json 2ab917bc92 Feature/field comment frontend (#6530) 4 年之前
webpack.config.js d2d4651853 Remove polyfills only installed for IE11 3 年之前

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.