Leptos UI
A utility crate for creating UI components in Leptos with Tailwind CSS class merging support. Built on of tw_merge.
Features
clx!macro for creating components with merged Tailwind classes
Usage
Basic Component with clx!
// components/ui/card.rs
use *;
use clx;
pub use *;
// components/demos/demo_card.rs
Installation
Add this to your Cargo.toml:
[]
= "0.1"
License
MIT