Add all shadcn components bc honestly why not?
This commit is contained in:
@@ -13,7 +13,7 @@ type BasedAvatarProps = React.ComponentProps<typeof AvatarPrimitive.Root> & {
|
||||
userIconSize?: number;
|
||||
};
|
||||
|
||||
export const BasedAvatar = ({
|
||||
const BasedAvatar = ({
|
||||
src = null,
|
||||
fullName = null,
|
||||
imageClassName = '',
|
||||
@@ -55,3 +55,5 @@ export const BasedAvatar = ({
|
||||
</AvatarPrimitive.Root>
|
||||
);
|
||||
};
|
||||
|
||||
export { BasedAvatar };
|
||||
|
Reference in New Issue
Block a user