0.0.0-alpha.2 • Published 1 year ago

@rneui/kit v0.0.0-alpha.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@rneui/kit

Not production ready! Do not use

Components

AvatarGroup

<AvatarG rounded max={2}>
  <Avatar source={{ uri: 'https://randomuser.me/api/portraits/men/32.jpg' }} />
  <Avatar
    icon={{ name: 'pencil' }}
    containerStyle={{ backgroundColor: 'red' }}
  />
  <Avatar source={{ uri: 'https://randomuser.me/api/portraits/men/34.jpg' }} />
  <Avatar source={{ uri: 'https://randomuser.me/api/portraits/men/35.jpg' }} />
</AvatarG>