You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know I can create a parent component and only show the selected color and when clicked open the color picker. I also know that I can create a simple dialog where people would choose the color.
But I prefer to show the color picker inline due to some constraints related to this specific app.
If I could add className="w-full" then everything would be OK.
Allow us to specify the width for this component to be able to align it nicely when we use it inline.
The text was updated successfully, but these errors were encountered:
Look at this form:
I know I can create a parent component and only show the selected color and when clicked open the color picker. I also know that I can create a simple dialog where people would choose the color.
But I prefer to show the color picker inline due to some constraints related to this specific app.
If I could add
className="w-full"
then everything would be OK.Allow us to specify the width for this component to be able to align it nicely when we use it inline.
The text was updated successfully, but these errors were encountered: