wagtail/client
dependabot[bot] 0446b189b0 Bump tar-fs from 3.0.8 to 3.0.9 in /client/tests/integration
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 3.0.8 to 3.0.9.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v3.0.8...v3.0.9)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-version: 3.0.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-07 06:40:03 +10:00
..
scss Fix font size of footer action buttons when there is only one item #13072 2025-05-01 08:50:05 +10:00
src Add count_characters test for MinLengthValidator 2025-05-15 14:41:00 +01:00
storybook
tests Bump tar-fs from 3.0.8 to 3.0.9 in /client/tests/integration 2025-06-07 06:40:03 +10:00
README.md
extract-translatable-strings.js
package-lock.json
tailwind.config.js Refactor minimap styles 2025-02-24 11:46:30 +00:00
webpack.config.js

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.