import { Avatar, AvatarFallback, AvatarImage } from '@/registry/new-york/ui/avatar'
import { Button } from '@/registry/new-york/ui/button'
const ButtonAvatarDemo = () => {
return (
<Button className='rounded-full pl-2'>
<Avatar className='size-6'>
<AvatarImage src='https://cdn.shadcnstudio.com/ss-assets/avatar/avatar-5.png' alt='Hallie Richards' />
<AvatarFallback className='text-foreground text-xs'>HR</AvatarFallback>
</Avatar>
@hallierichards
</Button>
)
}
export default ButtonAvatarDemo
npx shadcn@latest add @shadcn-studio/button-27import { Button27 } from "@/components/button-27"<Button27 />