Avatar
The avatar component is used to display user avatars and special forms of icons
Last updated
The avatar component is used to display user avatars and special forms of icons
Last updated
import { Avatar } from '@dormakaba/digital-reactnative-visual';
// user avatar
<Avatar
src="https://avatars2.githubusercontent.com/u/977772"
name="Jan Mühlemann"
circle
/>
// icon with state
<Avatar
lightGray
circle
border="info"
/>