UI components

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
    
  2. Add it to your JinjaX catalog:

    import jinjax_ui
    
    catalog.add_folder(jinjax_ui.components_path, prefix="")
    
  3. Use the UI components in your components/templates:

    <Popover> ... </Popover>