로고SEED Design

Action Chip

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

Usage

import { ActionChip } from "@seed-design/react";
<ActionChip />

Props

PropTypeDefault
asChild?
boolean
false
layout?
"withText" | "iconOnly"
withText
size?
"medium" | "small"
medium

Examples

Medium

Small

Icon Only

Prefix Icon

Suffix Icon

On this page