-
Notifications
You must be signed in to change notification settings - Fork 99
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
feat(Text, Flex, Box): typed html attributes #1583
feat(Text, Flex, Box): typed html attributes #1583
Conversation
Preview is ready. |
Playwright Test Component is ready. |
cc15eba
to
3abfe9e
Compare
I doubt the correctness of using of |
these are reasonable remarks. The use of the <>
<Text spacing={{mr: 2}}>Some text 1</Text>
<Text>Some text 1</Text>
<> |
I think the question then might be why are we adding this behavior for |
|
3abfe9e
to
0909c60
Compare
0909c60
to
90b9863
Compare
as
props forText
,Box
andFlex
components with backward compatibility;Text
component;related to #1581