docs(getting-started): update

This commit is contained in:
Benjamin Canac
2024-09-17 16:36:14 +02:00
parent 1f5372baba
commit df72003516
7 changed files with 237 additions and 80 deletions

View File

@@ -8,16 +8,16 @@ links:
## Usage
You can use any name from the https://icones.js.org collection such as the `i-` prefix:
You can use any name from the https://icones.js.org collection:
::component-code
---
props:
name: 'i-heroicons-light-bulb'
class: 'w-5 h-5'
class: 'size-5'
---
::
::caution
It's highly recommended to install the icons collections you need, read more about this in [Icons](/getting-started/icons).
It's highly recommended to install the icons collections you need, read more about this in [Icons](/getting-started/icons#collections).
::