0.2.0 • Published 3 years ago

storybook-addon-github-button v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

storybook-addon-github-button

A storybook addon that allows you to link github repo to toolbar

Installation

Run the following command to install the most recent version of chess-engine-ts from NPM:

npm i storybook-addon-github-button

or using yarn

yarn add storybook-addon-github-button

Getting started

within .storybook/main.js:

//.storybook/main.js

module.exports = {
  addons: ["storybook-addon-github-button"],
};

Then you should have a github button in your toolbar

Setting up link

within .storybook/preview.js:

//.storybook/preview.js

export const globalTypes = {
  githubURL: {
    name: "githubURL",
    description: "Global url",
    defaultValue: "your-github-repo",
  },
};
0.2.0

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago