Skip to content

Commit

Permalink
i18n(ja): icons reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzo-Wada committed Sep 20, 2024
1 parent 47b21c9 commit fd1dca7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/src/content/docs/ja/reference/icons.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: アイコン
description: Starlightで利用可能なすべてのアイコンの概要。
---

Starlightには、`<Icon>`コンポーネントを使用してコンテンツに表示できる組み込みのアイコンセットが用意されています。

## アイコンの使用

アイコンは[`<Icon>`](/components/icons/)コンポーネントを使用して表示できます。
また、[カード](/components/cards/)[ヒーローアクション](/reference/frontmatter/#hero)などの設定のような他のコンポーネントでもよく使用されます。

## すべてのアイコン

利用可能なすべてのアイコンとその関連名が以下にリストされています。アイコンをクリックすると、その名前がクリップボードにコピーされます。

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

<IconsList />

0 comments on commit fd1dca7

Please sign in to comment.