Skip to content

Commit 538aea9

Browse files
committed
docs(avatar): 📝 update Avatar Group docs
1 parent 5ae2758 commit 538aea9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/avatar-group.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ export default function App() {
3030

3131
[![Edit CodeSandbox](https://img.shields.io/badge/Avatar_Group-Open%20On%20Expo-%230971f1?style=for-the-badge&logo=expo&labelColor=151515)](https://snack.expo.dev/@timelessco/avatargroup-component---adaptui)
3232

33+
> Check Documentation for [Avatar](avatar.md) to know more about the props.
34+
3335
## Props
3436

3537
> Avatar Group also implements Box accepting all `ViewProps`
3638
3739
| Name | Description | Type | Default |
38-
| --------- | ----------------------------------------------------------------------------- | ------------------------------------ | ------- |
40+
|-----------|-------------------------------------------------------------------------------|--------------------------------------|---------|
3941
| size | How large should avatar be? Defaults to 'md' | `xs` `sm` `md` `lg` `xl` `2xl` `3xl` | `xl` |
4042
| max | Maximum number of avatars to be displayed within the group. | number or null | |
4143
| squared | If true, Avatar gets rounded corners | boolean | |

0 commit comments

Comments
 (0)