Skip to content

Commit

Permalink
docs: badge
Browse files Browse the repository at this point in the history
  • Loading branch information
malangcat committed Nov 27, 2024
1 parent bbaf188 commit c2e2e0a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/design/components/action-chip.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ description: TBD

## Spec

<ComponentSpecTable id={"action-chip"} />
<ComponentSpecTable id="action-chip" />
29 changes: 29 additions & 0 deletions docs/content/docs/design/components/badge.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Badge
description: TBD
---

## Overview

### 옵션 테이블

| 속성 || 기본값 |
| ------- | --------------------------------------------- | ------- |
| size | medium, small | medium |
| variant | soft, solid, outlined | soft |
| tone | neutral, brand, informative, positive, danger | neutral |

## 링크

<Cards>
<Card
icon={<AtomIcon />}
title="React"
description="Badge 컴포넌트를 React로 사용하는 방법을 설명합니다."
href="/docs/react/components/badge"
/>
</Cards>

## Spec

<ComponentSpecTable id="badge" />

0 comments on commit c2e2e0a

Please sign in to comment.