Core principles of shadcn-svelte-extras
mainNot a port
Unlike many component libraries, shadcn-svelte-extras is not a port of another project. While it maintains compatibility with shadcn-svelte, it is not limited by an upstream project's constraints and can implement new features independently.
Composability
Every component is designed to be composable. If a component's default behavior doesn't fit your project, the architecture allows you to customize and compose it to meet your specific needs without being forced into a rigid structure.
Quality
Components are built to match the standard of the original shadcn/ui, focusing on being beautiful, performant, and highly composable.