Skip to content

Instantly share code, notes, and snippets.

View f1lander's full-sized avatar
🦎
picheteando

ethdax f1lander

🦎
picheteando
View GitHub Profile

0x04f601d61b672dc81fd1d071f5e4bd5337737a67849d4123775730080d024799

@f1lander
f1lander / ExampleUsage.tsx
Created February 1, 2022 23:09 — forked from matthewsimo/ExampleUsage.tsx
Help Storybook properly handle the relevant Stitches variants & props
import type * as Stitches from "@stitches/react";
import { modifyVariantsForStory } from "../../../.storybook/type-utils";
import { styled } from "../../stitches.config";
const Example = styles("div", {
// ...
});
export default Example;