UNPKG

slanted-gamedev-toolz

Version:

A slanted mix of tools for your brilliant ideas in game design.

15 lines (14 loc) 254 B
import { CardHand } from "./CardHand"; const meta = { title: "CardHand/CardHand", component: CardHand, parameters: { layout: "centered", }, }; export default meta; export const Primary = { args: { cards: [], }, };