PaarthAgarwal 8c2c4a1098 Add new breadcrumbs to page explorer vor 2 Jahren
..
scss 8c2c4a1098 Add new breadcrumbs to page explorer vor 2 Jahren
src 8c2c4a1098 Add new breadcrumbs to page explorer vor 2 Jahren
storybook fbabd6ef5e Disable Webpack css-loader URL handling in Storybook. Fix #8646 vor 2 Jahren
tests 7c9b6fd415 Cleanup - eslint config fixes (#8543) vor 2 Jahren
README.md 0012c344d9 auto-format core markdown files (#8603) vor 2 Jahren
extract-translatable-strings.js 7c9b6fd415 Cleanup - eslint config fixes (#8543) vor 2 Jahren
package-lock.json 2ab917bc92 Feature/field comment frontend (#6530) vor 4 Jahren
tailwind.config.js 6343a9558c Implement new reusable dialog component with a11y-dialog (#8541) vor 2 Jahren
webpack.config.js 79884dd257 Add generic chooser widget JS vor 2 Jahren

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.