0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 13:10:14 +01:00
wagtail/client
Aman Pandey 3de0eca7e4 Remove inline script usage for enabling commenting
- Fixes #11287
- Add basic unit tests for form element data attributes showing/not showing based on commenting configs
2024-01-15 09:01:26 +10:00
..
scss Replace visuallyhidden utility class with w-sr-only 2024-01-09 15:42:08 +00:00
src Remove inline script usage for enabling commenting 2024-01-15 09:01:26 +10:00
storybook
tests Introduce get_header_title in WagtailAdminTemplateMixin for <title> and slim header's h1 2024-01-02 09:00:58 +00:00
extract-translatable-strings.js
package-lock.json
README.md
tailwind.config.js Refactor float usage within admin styles. Fix #8126 2023-12-19 15:38:22 +00:00
webpack.config.js

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.