We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary
V2 디자인 시스템의 Tag 컴포넌트를 구현합니다.
Goals & Requirements
Design Details
Use Cases
interface TagProps { size?: 's' | 'm' | 'l' // default: 's' color?: 'grey' | 'blue' | 'cobalt' | 'teal' | 'green' | 'olive' | 'pink' | 'navy' | 'yellow' | 'orange' | 'red' | 'purple' // default: 'grey' showCloseButton?: true | false // default: false showAvatar?: true | false // default: false }
Accessibility
Test Plan
Alternatives
References
(internal)
The text was updated successfully, but these errors were encountered:
https://desk.channel.io/#/channels/1/team_chats/groups/1237/671b4face991d4206bc7
Sorry, something went wrong.
yangwooseong
No branches or pull requests
Summary
V2 디자인 시스템의 Tag 컴포넌트를 구현합니다.
Goals & Requirements
Design Details
Use Cases
Accessibility
Test Plan
Alternatives
References
(internal)
The text was updated successfully, but these errors were encountered: