What problem does it solve?
This Skill provides expert guidance for constructing accessible, unstyled UI components in Svelte 5 using Bits UI, eliminating guesswork in implementing complex interactions like dialogs and menus.
Core Features & Use Cases
- Component Patterns: Covers compound structures, state management with two-way binding, and DOM refs for precise control.
- Styling and Customization: Explains class props, data attributes, CSS variables, and the child snippet for tailored elements.
- Use Case: When developing a Svelte app needing a dropdown menu or tooltip, use this Skill to integrate Bits UI components with proper accessibility and floating positioning.
Quick Start
Use the bits-ui skill to implement an accessible accordion component in my Svelte project.