leptix-ui
Umbrella crate for Leptix -- 33 Radix-quality accessible UI primitives for Leptos.
Installation
[]
= "0.1"
All 33 primitives are enabled by default. To reduce compile times, disable defaults and pick what you need:
[]
= { = "0.1", = false, = ["dialog", "tabs", "tooltip"] }
Usage
Each primitive is available as a module:
use *;
use *;
use *;
Alternatively: individual crates
If you prefer not to use the umbrella, depend on primitives directly:
[]
= "0.1"
= "0.1"
Full documentation
See the Leptix README for the complete component list, features, and architecture overview.
License
MIT