Drawer
A drawer component that can be used as a Dialog replacement on tablet and mobile devices.
Source code
Click to see the source code for this component on GitHub. Feel free to copy it and adjust it for your own use.
Installation
npx ui-thing@latest add drawer
Usage
Basic Form
We can bring the different components together to make a simple drawer.
With Image
We can add an image inside as well.
Responsive Dialog
You can combine the Dialog and Drawer components to create a responsive dialog. This renders a Dialog component on desktop and a Drawer on mobile.