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§
- Component
Registry - Component registry that conditionally includes components based on features