@it-tool-ui/avatar
v1.0.5
Published
UI Avatar Component with React & Typescript with TailwindCSS
Readme
React Avatar UI component
This is a very light UI Avatar component library for ReactJS. It's using TailwindCSS for styling.
You can also view the demo and get the source code directly for each component without installing this library.
Installation
npm install @it-tool-ui/avatarimport { Avatar } from "@it-tool-ui/avatar";
<Avatar
name="Jane"
src="https://image.com/photo.jpg"
size="medium"
radius="full"
hideImage={false}
bordered={false}
randomFallbackColor={false}
disabled={false}
/>;