UI components
Unstyled, fully accessible UI components, to integrate with your projects.
How to use
-
Install the
jinjax-ui
python library doingpip install jinjax-ui
-
Add it to your JinjaX catalog:
import jinjax_ui catalog.add_folder(jinjax_ui.components_path, prefix="")
-
Use the UI components in your components/templates:
<Popover> ... </Popover>