Should we restrict the gap prop values in the Flex component?
#1427
|
After using the |
Answered by
kukoc
Jan 18, 2023
Replies: 2 comments 1 reply
|
It makes a lot of sense to me to align the allowed values of the gap prop with the spacing values in our guidelines. I don't know, looks like very reasonable. Users get the IntelliSense of typescript so the don't choose a wild value that creates inconsistency in our uis. |
1 reply
Answer selected by
GomezIvann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It makes a lot of sense to me to align the allowed values of the gap prop with the spacing values in our guidelines. I don't know, looks like very reasonable. Users get the IntelliSense of typescript so the don't choose a wild value that creates inconsistency in our uis.