Skip to content

Conversation

j-mnizhek
Copy link
Member

@j-mnizhek j-mnizhek commented Jun 23, 2025

This request is for designers only (for now).

@j-mnizhek j-mnizhek changed the title [UIK-3642][docs] Add code connect for Tooltip [UIK-3642][docs] Add code connect for Tooltip, Button and Tag Jun 24, 2025
@j-mnizhek j-mnizhek changed the title [UIK-3642][docs] Add code connect for Tooltip, Button and Tag [UIK-3642][docs] Add code connect files Jun 24, 2025
@j-mnizhek j-mnizhek changed the title [UIK-3642][docs] Add code connect files [docs] Add code connect files Jun 24, 2025
variant: { 'icon only': 'true' },
props: {
size: figma.enum('size', {
L: 'l',
Copy link
Contributor

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'),
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment