Merged in feat/card-grid-ui (pull request #332)
Feat/card grid ui Approved-by: Simon.Emanuelsson
This commit is contained in:
9
components/TempDesignSystem/Grids/Stackable/stackable.ts
Normal file
9
components/TempDesignSystem/Grids/Stackable/stackable.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { stackableGridVariants } from "./variants"
|
||||
|
||||
import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
export interface StackableGridProps
|
||||
extends React.HTMLAttributes<HTMLDivElement>,
|
||||
VariantProps<typeof stackableGridVariants> {
|
||||
columns?: 2 | 3
|
||||
}
|
||||
Reference in New Issue
Block a user