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
Aside from the kind of value, it's not telling which ones are mandatory and which ones aren't (indicated in this list by the use of ?).
It would be nice to have that ("required": (true | false)) and the option of adding a prop description ("description": "Description of prop \"foo\"."). As well as the deault value ("defaultValue": {...})
Cheers and thank you!
The text was updated successfully, but these errors were encountered:
yuqu
transferred this issue from zeplin/connected-components-beta-issues
Feb 26, 2020
Hey, guys!
Me again. :-)
It would be nice of you to include diferentiation between mandatory and optional props.
Here's my props list for ButtonPrimary:
And here's what connected components is showing:
Aside from the kind of value, it's not telling which ones are mandatory and which ones aren't (indicated in this list by the use of
?
).It would be nice to have that (
"required": (true | false)
) and the option of adding a prop description ("description": "Description of prop \"foo\"."
). As well as the deault value ("defaultValue": {...}
)Cheers and thank you!
The text was updated successfully, but these errors were encountered: