로고SEED Design

Link Content

이 문서는 정리 중이에요. 문의 내용은 #_design_core 채널을 찾아주세요.

새 글

Usage

import { LinkContent, SuffixIcon } from "@seed-design/react";
import { IconChevronRightLine } from "@karrotmarket/react-monochrome-icon";
<LinkContent>
  Label
  <SuffixIcon svg={<IconChevronRightLine />} />
</LinkContent>

Props

PropTypeDefault
color?
ScopedColorFg | ScopedColorPalette | (string & {})
-
asChild?
boolean
false
size?
"t6" | "t5" | "t4"
t4
weight?
"bold" | "regular"
regular

Examples

Size

추가추가추가

Color

더보기더보기더보기더보기

On this page