-
-
Notifications
You must be signed in to change notification settings - Fork 570
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47b21c9
commit fd1dca7
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |