leptos_ui 0.2.1

Macros to build UI components easily with Leptos and Tailwind CSS.
Documentation
1
2
3
4
5
6
7
8
pub mod clx;
pub mod slot;
pub mod utils;
pub mod variants;

// Re-export the variants macro and slot functionality
pub use slot::*;
pub use variants::*;