Crate leptos_shadcn_registry

Crate leptos_shadcn_registry 

Source
Expand description

Feature-based component registry for shadcn/ui Leptos

This module provides conditional compilation of components based on features, enabling code splitting and reducing bundle size by only including used components.

Macros§

include_component
Macro to conditionally include components
include_component_module
Macro to conditionally include component modules

Structs§

ComponentRegistry
Component registry that conditionally includes components based on features