story-tab-template-reactdeprecated

StoryTab Template - React

Usage no npm install needed!

<script type="module">
  import storyTabTemplateReact from 'https://cdn.skypack.dev/story-tab-template-react';
</script>

README

StoryTab Template - React

npm version Build Status

StoryTab template for React components

Install

  • npm npm install story-tab-template-react
  • yarn yarn add story-tab-template-react

Development

Easily set up a local development environment!

Build all the examples and starts storybook server on localhost:9009:

  • clone
  • npm install
  • npm start

OR

Clone this repo on your machine, navigate to its location in the terminal and run:

npm install
npm link # link your local repo to your global packages
npm run build:watch # build the files and watch for changes

Clone project repo that you wish to test with story-tab-template-react library and run:

npm install
npm link story-tab-template-react # link your local copy into this project's node_modules
npm start

Start coding! 🎉

Contributing

All contributions are welcome!