wagtail/client
Sage Abdullah 5c26510f8a Allow label_format to be an empty string to hide the summary label 2025-09-04 12:13:10 +01:00
..
scss Replace _daterange.scss with Tailwind classes 2025-08-18 15:01:13 +01:00
src Allow label_format to be an empty string to hide the summary label 2025-09-04 12:13:10 +01:00
storybook Update Eslint ignore comments 2025-08-04 17:58:57 +01:00
tests Move unit test KEYBOARD_SHORTCUTS_ENABLED mock to stubs 2025-08-10 21:12:19 +10:00
README.md Add new UI components section to reference docs 2025-07-12 15:00:45 +01:00
extract-translatable-strings.js Add support for translated string concatenation in LocaleController 2025-06-29 15:25:29 +10:00
package-lock.json Feature/field comment frontend (#6530) 2021-04-20 18:25:30 +01:00
tailwind.config.js Update Eslint ignore comments 2025-08-04 17:58:57 +01:00
webpack.config.js Update Eslint ignore comments 2025-08-04 17:58:57 +01:00

README.md

JavaScript components

Wagtail's JavaScript components are documented using TypeDoc. This documentation is automatically generated from the source code and provides detailed information about the available components, their methods, and properties. At this stage, the documentation is not exhaustive and may include internal APIs that are not accessible by external code. We are working on improving the code and documentation to make it more comprehensive and user-friendly in the future.

We provide documentation for these components without making them subject to the same stability guarantees outlined in our deprecation policy. This means a component's API may change in a minor release without going through the deprecation process. If you use these components in your own code, please ensure that you have a testing process in place to catch any breaking changes with each Wagtail upgrade.

For more details, see our deprecation policy.

Return to Wagtail's UI components documentation.