Thibaud Colas 21b5ad5ce9 Update chooser styles across all types 2 yıl önce
..
scss 21b5ad5ce9 Update chooser styles across all types 2 yıl önce
src 21b5ad5ce9 Update chooser styles across all types 2 yıl önce
storybook fbabd6ef5e Disable Webpack css-loader URL handling in Storybook. Fix #8646 2 yıl önce
tests eac5e0bc2c Finish re-implementing form styles based on design feedback & code review 2 yıl önce
README.md 0012c344d9 auto-format core markdown files (#8603) 2 yıl önce
extract-translatable-strings.js 7c9b6fd415 Cleanup - eslint config fixes (#8543) 2 yıl önce
package-lock.json 2ab917bc92 Feature/field comment frontend (#6530) 4 yıl önce
tailwind.config.js 3d96e7fbe7 Implement collapsible and linkable panels 2 yıl önce
webpack.config.js 0077183682 Add a base class for Telepath adapters for chooser widgets 2 yıl önce

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.