composable-svelte-components
Installation
SKILL.md
Composable Svelte Components
This skill covers the UI component library for Composable Svelte applications, focusing on shadcn-svelte components and integration patterns.
For Specialized Components: See dedicated skills for graphics (3D), code (editors/media), charts (data viz), and maps (geospatial).
COMPONENT LIBRARY OVERVIEW
Composable Svelte includes 73+ shadcn-svelte components for building modern UIs. All components integrate with the Composable Architecture via props and state management.
Integration Pattern:
- Props for configuration (labels, variants, styles)
- State from
$storefor reactive data - Dispatch actions for user interactions