diff --git a/README.md b/README.md index 6531d7c..7283bcf 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,17 @@ Other demos: * [Customized buttons with slots](https://jsfiddle.net/CristiJ/bt5dhqtf/76/) Replace stuff you don't like # Usage + +## NPM +`npm install vue-tab-wizard` + +## Or alternatively directly include the javascript +Download the css and js files from `dist` folder or reference them directly from github (check jsfiddle links) +```jsx + + +``` +## Component registration ```jsx //global registration import 'vue-tab-wizard' @@ -30,7 +41,10 @@ components: { TabWizard, TabContent } +``` +## Template usage +```jsx My first tab content