1
0
Fork 0
jinjax/docs/content/ui/index.md
Daniel Baumann 76fe8c2886
Merging upstream version 0.46.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 18:42:39 +01:00

1.3 KiB

title description
UI components Unstyled, fully accessible UI components, to integrate with your projects.
Unstyled, fully accessible UI components, to integrate with your projects.

How to use

  1. Install the jinjax-ui python library doing
pip install jinjax-ui
  1. Add it to your JinjaX catalog:
import jinjax_ui

catalog.add_folder(jinjax_ui.components_path, prefix="")
  1. Use the UI components in your components/templates:
<Popover> ... </Popover>