UNPKG

slanted-gamedev-toolz

Version:

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

20 lines (19 loc) 305 B
import { Test } from "./Test"; const meta = { title: "Example/Test", component: Test, parameters: { layout: "centered", }, }; export default meta; export const Primary = { args: { count: 11, }, }; export const Secondary = { args: { count: 50, }, };