-
Notifications
You must be signed in to change notification settings - Fork 60
[docs] Add code connect files #2286
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
base: release/v16
Are you sure you want to change the base?
Conversation
Signed-off-by: Julia Mnizhek <[email protected]>
variant: { 'icon only': 'true' }, | ||
props: { | ||
size: figma.enum('size', { | ||
L: 'l', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can omit default props (size m and secondary use)
disabled: figma.enum('state', { | ||
disabled: true, | ||
}), | ||
title: figma.textContent('↳ title'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed addon because it was rendered incorrectly
will need to connect the icon later
I think it might be good to remove Addon from the icon only button and keep just the icon
This request is for designers only (for now).