@manhphi1309/avatar
v0.1.4
Published
A custom avatar component for the shadcn-custom monorepo.
Readme
@manhphi1309/avatar
A custom avatar component for the shadcn-custom monorepo.
Subcomponents
Avatar
Dependencies
@manhphi1309/utils
Installation
npm install @manhphi1309/avatarUsage Example
import { Avatar } from "@manhphi1309/avatar"
export default function App() {
return <Avatar>Hello World</Avatar>
}