docs(separator): update

This commit is contained in:
Benjamin Canac
2024-09-04 11:36:19 +02:00
parent 7c18232932
commit 29a9be2fdf
7 changed files with 122 additions and 28 deletions

View File

@@ -18,7 +18,7 @@ Use the `src` prop to set the image URL. You can pass any property from HTML `<i
::component-code
---
props:
src: 'https://avatars.githubusercontent.com/u/739984?v=4'
src: 'https://github.com/benjamincanac.png'
---
::
@@ -31,7 +31,7 @@ Use the `size` prop to set the size of the Avatar.
ignore:
- src
props:
src: 'https://avatars.githubusercontent.com/u/739984?v=4'
src: 'https://github.com/benjamincanac.png'
size: xl
---
::