Coming Soon

Getting Started

Getting Started

Vaul is a drawer component for React. You can read about how it was built here.

Installation

Simply pnpm/npm/yarn install the package.

pnpm i vaul

Create a Drawer component

It can be placed anywhere in your app.

'use client';

import { Drawer } from 'vaul';