2
0
Albina Starykova bd13f567fe Ensure visual consistency between buttons and links as buttons in WHCM 2 жил өмнө
..
scss bd13f567fe Ensure visual consistency between buttons and links as buttons in WHCM 2 жил өмнө
src 52e55a7c46 Implement new minimap component for forms with side panels. Fix #8673 (#9345) 2 жил өмнө
storybook fbabd6ef5e Disable Webpack css-loader URL handling in Storybook. Fix #8646 2 жил өмнө
tests 78fe000b19 Add custom jest matcher for block id duplicate tests 2 жил өмнө
README.md 0012c344d9 auto-format core markdown files (#8603) 2 жил өмнө
extract-translatable-strings.js 7c9b6fd415 Cleanup - eslint config fixes (#8543) 2 жил өмнө
package-lock.json 2ab917bc92 Feature/field comment frontend (#6530) 4 жил өмнө
tailwind.config.js 5890cf5bda Highlight side panels toggles when expanded 2 жил өмнө
webpack.config.js 41c8512789 Reset scheduled publishing fields when dialog is closed 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.