We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Drawer Component - a side panel that appears from the left or right side of the window and overlaps the content.
We need to decide whether we need a separate component for this or if we can implement it using the existing modal component.
For reference, a similar component in MUI: Drawer
The text was updated successfully, but these errors were encountered:
Our project have implemented a dummy Drawer version of Modal some time ago. Here's full example on Codesandbox.
Sorry, something went wrong.
No branches or pull requests
Description
Add Drawer Component - a side panel that appears from the left or right side of the window and overlaps the content.
We need to decide whether we need a separate component for this or if we can implement it using the existing modal component.
For reference, a similar component in MUI: Drawer
The text was updated successfully, but these errors were encountered: