vaul
A drawer component for React.
Vaul is an unmaintained React drawer component, a sliding panel that appears from the bottom of the screen for mobile-style interfaces. The author has paused development indefinitely.
Vaul is a drawer component for React. A drawer is the sliding panel that appears from the bottom (or side) of a screen when a user taps a button, commonly used on mobile interfaces to show additional options or content without navigating away from the current page.
The README is very sparse. It states only that the repository is no longer maintained and that the author does not plan to return to it in the near future. The project was described as a hobby effort from the start. No setup instructions, usage examples, or feature descriptions are included in the README.
Where it fits
- Add a bottom drawer panel to a React mobile web app so users can access extra options without leaving the current screen.
- Use as a reference implementation to understand how to build an accessible, animated drawer component from scratch in React.