File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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 | |
You can’t perform that action at this time.
0 commit comments