Matt Westcott 486a49797b Refactor ListBlockValidationError to use a dict for block_errors 2 年之前
..
scss 065df6064a Remove unneeded float styles on 404 page (#8914) 2 年之前
src 486a49797b Refactor ListBlockValidationError to use a dict for block_errors 2 年之前
storybook ab05f7dd3c Rename AutoFieldController to SubmitController 2 年之前
tests a517ee6dc9 Fix Storybook stories intialisation broken due to script config dependencies 2 年之前
README.md 0012c344d9 auto-format core markdown files (#8603) 2 年之前
extract-translatable-strings.js e609f15a93 Ignore test files from extract-translatable-strings 2 年之前
package-lock.json 2ab917bc92 Feature/field comment frontend (#6530) 4 年之前
tailwind.config.js 5cf621660c Refactor Wagtail userbar as a web component (#9816) 2 年之前
webpack.config.js f238d659ee Move PageChooserFactory to its own JS endpoint 2 年之前

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.