docs(components): consistent writing

This commit is contained in:
Benjamin Canac
2024-12-10 12:59:01 +01:00
parent edad9b7f5c
commit b2f68dcf81
10 changed files with 17 additions and 13 deletions

View File

@@ -17,7 +17,11 @@ The Avatar uses the `NuxtImg` component when [`@nuxt/image`](https://github.com/
### Src
Use the `src` prop to set the image URL. You can pass any property from HTML `<img>` element such as `alt`, `loading`, etc.
Use the `src` prop to set the image URL.
::note
You can pass any property from the HTML `<img>` element such as `alt`, `loading`, etc.
::
::component-code
---