-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Size can be string #10
Comments
If you want to do that you can pass width to the <Drawer style={{ width: '50vw' }} >
... take a look at this. |
That's how I already did it but I just wanted to improve the code. |
Can you make a PR for it? |
Need access to create a branch |
This feature is available now in v1.1.0! 🥳 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Size type declared as number but it can be string too. For example, it can be one of those px, vh, vw etc.
The text was updated successfully, but these errors were encountered: