Skip to content

Commit

Permalink
i18n(ko-KR): create /reference/icons.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jsparkdev committed Sep 19, 2024
1 parent 12d7671 commit 148e9cc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/src/content/docs/ko/reference/icons.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: 아이콘 참조
description: Starlight에서 사용할 수 있는 모든 아이콘에 대한 개요입니다.
---

Starlight는 `<Icon>` 컴포넌트를 사용하여 콘텐츠에 표시할 수 있는 내장 아이콘 세트를 제공합니다.

## 아이콘 사용

아이콘은 [`<Icon>`](/ko/components/icons/) 컴포넌트를 사용하여 표시할 수 있습니다.
또한 [카드](/ko/components/cards/)와 같은 다른 컴포넌트나 [히어로 액션](/ko/reference/frontmatter/#hero)과 같은 설정에서도 자주 사용됩니다.

## 모든 아이콘

사용 가능한 모든 아이콘의 목록과 관련 이름이 아래에 나와 있습니다. 아이콘을 클릭하면 해당 이름을 클립보드에 복사할 수 있습니다.

import IconsList from '~/components/icons-list.astro';

<IconsList />

0 comments on commit 148e9cc

Please sign in to comment.