An unstyled drawer component for Svelte.
Vaul-Svelte is an unstyled drawer component for Svelte that can be used as a Dialog replacement on tablet and mobile devices. It is a port of Vaul for React, created by Emil Kowalski. Vaul-Svelte utilizes Bits’ Dialog primitive and is inspired by a tweet.
To start using Vaul-Svelte in your project, follow these steps:
npm install vaul-svelte
import { Drawer } from 'vaul-svelte'
Vaul-Svelte is an unstyled drawer component for Svelte that serves as a replacement for Dialog on tablet and mobile devices. It is a port of Vaul for React and utilizes Bits’ Dialog primitive. With its features and easy installation, Vaul-Svelte provides a convenient solution for implementing drawers in Svelte projects.