Melt UI is a set of headless, accessible component builders for Svelte.
Melt UI is meant to be used as a base for your own styles and components. It offers:
- Uncoupled builders that can be attached to any element/component
- Typescript and SvelteKit support out-of-the-box
- Strict adherence to WAI-ARIA guidelines
- Easy to use examples and documentation
- A high emphasis on accessibility, extensibility, quality and consistency
Install the @melt-ui/svelte
package with your package manager of choice:
npm install @melt-ui/svelte yarn add @melt-ui/svelte pnpm install @melt-ui/svelte bun add @melt-ui/svelte