svelte-components

安装量: 117
排名: #7304

安装

npx skills add https://github.com/spences10/svelte-skills-kit --skill svelte-components

Svelte Components Quick Start

Component libraries: Bits UI (headless) | Ark UI | Melt UI (primitives)

Form trick: Use form attribute when form can't wrap inputs:

Web Components // svelte.config.js export default { compilerOptions: { customElement: true, }, };

Reference Files component-libraries.md - Bits UI, Ark UI setup web-components.md - Building custom elements form-patterns.md - Advanced form handling Notes Bits UI 1.0: flexible, unstyled, accessible components for Svelte Form defaultValue attribute enables easy form resets Use snippets to wrap rich HTML in custom select options Last verified: 2025-01-14

返回排行榜