Add all shadcn components bc honestly why not?

This commit is contained in:
2025-06-23 13:43:20 -05:00
parent 6837d1b13a
commit 63574f0729
38 changed files with 4174 additions and 15 deletions

View File

@@ -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 };