@personare/react-storybook-decorator-github-corner

0.1.5 • Public • Published

react-storybook-decorator-github-corner

Storybook decorator to render the Github Corner.

Screenshot

Installation

npm install @personare/react-storybook-decorator-github-corner --save-dev

Using globally mode

Inside .storybook/config.js

import { configure, addDecorator } from '@kadira/storybook';
import GithubCorner from '@personare/react-storybook-decorator-github-corner';

addDecorator(GithubCorner);

function loadStories() {
  require('../src/Button.story');
}

configure(loadStories, module);

Note: The link of repository is based on pages that are hosted on Github Pages (*.github.io)

Examples

Related

License

MIT © Personare

/@personare/react-storybook-decorator-github-corner/

    Package Sidebar

    Install

    npm i @personare/react-storybook-decorator-github-corner

    Weekly Downloads

    3

    Version

    0.1.5

    License

    MIT

    Last publish

    Collaborators

    • persotreque
    • personare-monalisa
    • lucas.dantas
    • luismendes9
    • kassyn
    • ceasbz
    • h.chalhoub
    • d.emerique
    • personare.devops
    • dtfialho