react-doc-tab-templatedeprecated

React DocTab Template

Usage no npm install needed!

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

README

React DocTab 📑 Template

npm version Build Status

React DocTab Template

Install

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

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 react-doc-tab-template library and run:

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

Start coding! 🎉

Contributing

All contributions are welcome!