React

Link Content (Deprecated)

더 이상 사용되지 않습니다. Action Buttonvariant="ghost"를 사용하세요.

Usage

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

Props

Prop

Type

color?ScopedColorFg | ScopedColorPalette | (string & {}) | undefined

Examples

Size

Color

Last updated on

On this page