๐ผ Generate avatars with initials from names!
git clone https://github.com/brandonsueur/react-avatar-initials.git react-avatar-initials
cd react-avatar-initials
npm install
npm start
import Avatar from "./AvatarInitials"
<Avatar
name="Brandon Sueur"
bgColor="#9F93F8"
/>
<Avatar
name="Alain Boris"
bgColor="#93F8CB"
rounded={false}
/>
Do not hesitate, it's free !
If you have a problem, a feature request or an extraction request, let us know!
The project is available as open source under the terms of the MIT License.