로고SEED Design

Action Button

사용자가 특정 액션을 실행할 수 있도록 도와주는 컴포넌트입니다.

Installation

npx @seed-design/cli@latest add action-button

Props

PropTypeDefault
flexGrow?
0 | 1 | (number & {})
-
asChild?
boolean
false
disabled?
boolean
false
loading?
boolean
false
layout?
"withText" | "iconOnly"
withText
size?
"xsmall" | "small" | "medium" | "large"
medium
variant?
"brandSolid" | "neutralSolid" | "neutralWeak" | "criticalSolid" | "brandOutline" | "neutralOutline"
brandSolid

Examples

Brand Solid

Neutral Solid

Neutral Weak

Critical Solid

Brand Outline

Neutral Outline

Icon Only

Prefix Icon

Suffix Icon

Disabled

Loading

On this page