-
Notifications
You must be signed in to change notification settings - Fork 591
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
c904604
commit 4c0a3d8
Showing
2 changed files
with
27 additions
and
5 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
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 |
---|---|---|
@@ -1,5 +1,27 @@ | ||
--- | ||
description: Use 200,000+ ready to use icons from Iconify. | ||
to: https://github.com/nuxt/icon | ||
target: _blank | ||
description: Add 200,000+ ready to use icons to your Nuxt application, based on Iconify. | ||
links: | ||
- label: Iconify | ||
icon: i-simple-icons-iconify | ||
to: https://icones.js.org | ||
- label: Nuxt Icon | ||
icon: i-simple-icons-github | ||
to: https://github.com/nuxt/icon | ||
--- | ||
|
||
## Usage | ||
|
||
You can use any name from the https://icones.js.org collection such as the `i-` prefix: | ||
|
||
::component-card | ||
--- | ||
baseProps: | ||
class: 'w-5 h-5' | ||
props: | ||
name: 'i-heroicons-light-bulb' | ||
--- | ||
:: | ||
|
||
::callout{icon="i-heroicons-light-bulb"} | ||
It's highly recommended to install the icons collections you need, read more about this in [Theming](/getting-started/theming#icons). | ||
:: |