Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 831 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 831 Bytes

react-avatar-initials

🖼 Generate avatars with initials from names!

🔧 Install

git clone https://github.com/brandonsueur/react-avatar-initials.git react-avatar-initials
cd react-avatar-initials
npm install
npm start

✏️ Basic Usage

import Avatar from "./AvatarInitials"

<Avatar
  name="Brandon Sueur"
  bgColor="#9F93F8"
/>

<Avatar
  name="Alain Boris"
  bgColor="#93F8CB"
  rounded={false}
/>

😊 Talk to me

Do not hesitate, it's free !

👋 Contribute

If you have a problem, a feature request or an extraction request, let us know!

📖 License

The project is available as open source under the terms of the MIT License.