Read the Newest modern Lightweight Avatar Generator for React section.Newest modern Lightweight Avatar Generator for React#
Read the Install section.Install#
Open your terminal and let's install modern-react-avatar.
1npm install --save modern-react-avatar2
Read the Usage section.Usage#
- Import Custom Element:
1import { Avatar } from "modern-react-avatar";2import "modern-react-avatar/dist/index.css";3
- Start using it!
1<Avatar name='Fathy' />2
Read the Some examples: section.Some examples:#
1<Avatar name="Fathy" shape="square" />2<Avatar name="Fathy" randomColor="true" />3<Avatar name="Fathy" size="large" />4<Avatar icon="true" size="large" alt="alt text" />5<Avatar src="https://via.placeholder.com/150" alt="alt text" />67
Well done!
Thanks for reading! Say Hallo! Twitter
back blog
Edit this page on github.