1.3 KiB
1.3 KiB
title | description |
---|---|
UI components | Unstyled, fully accessible UI components, to integrate with your projects. |
How to use
- Install the
jinjax-ui
python library doing
pip 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>