feat: add two and three column grid variants

This commit is contained in:
Christel Westerberg
2024-05-13 15:12:06 +02:00
parent d2eb2a3077
commit 5d15e5605f
11 changed files with 138 additions and 43 deletions
@@ -12,4 +12,7 @@ export const cardGridVariants = cva(styles.gridContainer, {
treeColumnGrid: styles.treeColumnGrid,
},
},
defaultVariants: {
variant: "treeColumnGrid",
},
})