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 have some components that accept a React.Node for props. Example (body, footer, etc):
It would be nice if they followed the 2-space indentation. If maintainers agree with this change, any pointers on implementing it would be appreciated-- thanks!
The text was updated successfully, but these errors were encountered:
<Cardbody={<div><Typographycolor="textSecondary"gutterBottom>
Word of the Day
</Typography><Typographycomponent="h2"variant="h5">
benevolent
</Typography><Typographycolor="textSecondary">adjective</Typography><Typographycomponent="p"variant="body2">
well meaning and kindly.
</Typography></div>}footer={<Buttontooltip=""variant="text">
Learn More
</Button>}header="Trivial Knowledge"/>
Def down for better formatting. maybe it's just getting lost somewhere along the way.
Only tip for dev is let's avoid adding prettier as a dep. Had to remove that and do the formatting myself in storybook-pretty-props because prettier/standalone is 1mb
I have some components that accept a React.Node for props. Example (
body
,footer
, etc):It would be nice if they followed the 2-space indentation. If maintainers agree with this change, any pointers on implementing it would be appreciated-- thanks!
The text was updated successfully, but these errors were encountered: