feat: Initial release v0.1.0 - 52 Leptos ShadCN UI components

This commit is contained in:
Peter Hanssens
2025-09-02 20:52:45 +10:00
commit d90684d6dc
618 changed files with 54196 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
//! Leptos port of shadcn/ui dropdown-menu
pub mod default;
pub mod new_york;
pub use default::{DropdownMenu};
pub use new_york::{DropdownMenu as DropdownMenuNewYork};
#[cfg(test)]
mod tests;