Skip to content

Instantly share code, notes, and snippets.

@tiagonevestia
Created May 24, 2020 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiagonevestia/2e5491a3dd11ccd1f5365577a5b365e7 to your computer and use it in GitHub Desktop.
Save tiagonevestia/2e5491a3dd11ccd1f5365577a5b365e7 to your computer and use it in GitHub Desktop.
Storybook
import React from "react";
import { storiesOf } from "@storybook/react";
storiesOf("Titulo", module).add("Descricao", () => {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment