Drawer component for React.
npm install vaulhttps://github.com/emilkowalski/vaul/assets/36730035/fdf8c5e8-ade8-433b-8bb0-4ce10e722516
Vaul is an unstyled drawer component for React that can be used as a Dialog replacement on tablet and mobile devices. You can read about why and how it was built here.
To start using the library, install it in your project:,
``bash`
npm install vaul
Use the drawer in your app.
`jsx
import { Drawer } from 'vaul';
function MyComponent() {
return (
);
}
``
Find the full API reference and examples in the documentation.