From 3de8a0a99f74cef8032d718e4b51d5c9c364db56 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Thu, 15 Jul 2021 13:54:55 +0200 Subject: made graph interactively tweakable --- app/components/tweaks/tweaks.story.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app/components/tweaks/tweaks.story.tsx (limited to 'app/components/tweaks/tweaks.story.tsx') diff --git a/app/components/tweaks/tweaks.story.tsx b/app/components/tweaks/tweaks.story.tsx new file mode 100644 index 0000000..7ff70d6 --- /dev/null +++ b/app/components/tweaks/tweaks.story.tsx @@ -0,0 +1,15 @@ +import * as React from "react" +import { storiesOf } from "@storybook/react-native" +import { StoryScreen, Story, UseCase } from "../../../storybook/views" +import { color } from "../../theme" +import { Tweaks } from "./tweaks" + +storiesOf("Tweaks", module) + .addDecorator((fn) => {fn()}) + .add("Style Presets", () => ( + + + + + + )) -- cgit v1.2.3