feat(Avatar): handle chipText (#306)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
JPB
2023-06-22 15:54:56 +05:30
committed by GitHub
parent 48636363d1
commit 759af058df
4 changed files with 21 additions and 12 deletions

View File

@@ -29,13 +29,15 @@ baseProps:
### Chip
Use the `chip-color` and `chip-position` props to display a chip on the Avatar.
Use the `chip-color`, `chip-text` and `chip-position` props to display a chip on the Avatar.
::component-card
---
props:
chipColor: 'primary'
chipText: ''
chipPosition: 'top-right'
size : 'sm'
extraColors:
- gray
baseProps: