Modal Size should accept percentage is better than fixed size options. #1306
Closed
spencerchang
started this conversation in
Feedback
Replies: 1 comment
-
Hey you can pass any max size you like as follows: <Modal
className="max-w-[60%]"
>
....
</Modal> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Modal Size should accept percentage is better than fixed size options.
Version 1 accept percentage to make the size but version 2 only accept fixed options.
Sometime 5xl is not big enough but i don't want the full screen size.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions