3.0.18 • Published 3 months ago
@spellix/avatar v3.0.18
@spellix/avatar
A Quick description of the component
This component is generated automatically, please add a description and usage instructions below.
Short description
Component for user avatar
Installation
yarn add @spellix/avatar
# or
npm i @spellix/avatar
# or
pnpm i @spellix/avatar
Usage
Import Avatar from the package and configure it with props as needed:
import { Avatar } from '@spellix/avatar';
export const App = () => {
return <Avatar {...({/* props for the component */})} />;
};