nishiki-tech / nishiki-frontend

Nishiki is an app for tracking and sharing food inventories within groups for better pantry management.
https://nishiki.tech
MIT License
20 stars 5 forks source link

Create `BaseDrawer` component #189

Closed nick-y-ito closed 8 months ago

nick-y-ito commented 8 months ago

Description

Create a BaseDrawer component that is based on the Radix Dialog, from which will be used to inherit to create drawers for each use. Thus we don't no longer need to import from Radix UI every time we implement a new drawer.

Criteria

Notes

-