Skip to content

Files

This branch is 3 commits ahead of, 277 commits behind wagtail/wagtail:main.

client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 2, 2024
Dec 26, 2024
Nov 19, 2024
Oct 14, 2024
Jun 1, 2022
Nov 7, 2022
Apr 20, 2021
Oct 17, 2024
Dec 25, 2024

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.