An unstyled drawer component for React.
npm install vaul-base



Vaul Base is an unstyled drawer component for React, built with Base UI. It serves as a replacement for Dialog on mobile and tablet
devices. The component utilizes Base UI's Dialog internally.
This is a port of Vaul to Base UI. It's originally created by Emil Kowalski.
To start using Vaul Base, install it in your project:
``bash`
npm install vaul-base
Use the Drawer in your application:
`tsx
import { Drawer } from "vaul-base"
function MyDrawerComponent() {
return (
)
}
``
Here are additional examples demonstrating the component in use.
You can use original Vaul documentation for more information.