add different button variants #57
Annotations
10 errors
Run Chromatic:
src/ui-shadcn/button.stories.tsx#L43
Type '"destructive"' is not assignable to type 'ButtonVariants'.
|
Run Chromatic:
src/ui-shadcn/button.stories.tsx#L50
Type '"outline"' is not assignable to type 'ButtonVariants'.
|
Run Chromatic:
src/ui-shadcn/button.stories.tsx#L57
Type '"ghost"' is not assignable to type 'ButtonVariants'.
|
Run Chromatic:
src/ui-shadcn/button.stories.tsx#L64
Type '"link"' is not assignable to type 'ButtonVariants'.
|
Run Chromatic:
src/ui-shadcn/button.stories.tsx#L71
Type '"icon"' is not assignable to type 'ButtonSizes'.
|
Run Chromatic:
src/ui-shadcn/button.stories.tsx#L72
Type '"outline"' is not assignable to type 'ButtonVariants'.
|
Run Chromatic:
src/ui-shadcn/button.stories.tsx#L80
Type '"sm"' is not assignable to type 'ButtonSizes'.
|
Run Chromatic:
src/ui-shadcn/button.stories.tsx#L86
Type '"lg"' is not assignable to type 'ButtonSizes'.
|
Run Chromatic:
src/ui-shadcn/calendar.tsx#L35
Type '"ghost"' is not assignable to type '"error" | "success" | "disabled" | "primary" | "secondary" | "outlined-error" | "outlined-success" | "outlined-primary" | "outlined-secondary" | "outlined-disabled" | undefined'.
|
Run Chromatic:
src/ui-shadcn/carousel.tsx#L185
Type 'string' is not assignable to type 'ButtonVariants'.
|