File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 1- [ ![ Test coverage] ( https://codecov.io/gh/dev-javascript/tabs-more-button/graph/badge.svg?token=GT1LU074L2 )] ( https://codecov.io/gh/dev-javascript/tabs-more-button ) [ ![ NPM version] ( http://img.shields.io/npm/v/tabs-more-button.svg?style=flat-square )] ( http://npmjs.org/package/tabs-more-button ) [ ![ License] ( http://img.shields.io/npm/l/tabs-more-button.svg?style=flat-square )] ( LICENSE ) [ ![ npm download] ( https://img.shields.io/npm/dm/tabs-more-button.svg?style=flat-square )] ( https://npmjs.org/package/tabs-more-button ) [ ![ Build Status] ( https://travis-ci.org/ly-components/tabs-more-button.png )] ( https://travis-ci.org/ly-components/tabs-more-button )
2-
31# tabs-more-button
42
3+ [ ![ Test coverage] ( https://codecov.io/gh/dev-javascript/tabs-more-button/graph/badge.svg?token=GT1LU074L2 )] ( https://codecov.io/gh/dev-javascript/tabs-more-button ) [ ![ NPM version] ( http://img.shields.io/npm/v/tabs-more-button.svg?style=flat-square )] ( http://npmjs.org/package/tabs-more-button ) [ ![ License] ( http://img.shields.io/npm/l/tabs-more-button.svg?style=flat-square )] ( LICENSE ) [ ![ npm download] ( https://img.shields.io/npm/dm/tabs-more-button.svg?style=flat-square )] ( https://npmjs.org/package/tabs-more-button ) [ ![ Build Status] ( https://travis-ci.org/ly-components/tabs-more-button.png )] ( https://travis-ci.org/ly-components/tabs-more-button )
4+
55Responsive Tabs with more button
66
77Making tabs responsive by hiding overflow tabs except active tab
@@ -18,15 +18,11 @@ Making tabs responsive by hiding overflow tabs except active tab
1818
1919## Installation
2020
21- ``` js
22- $ npm install tabs- more- button -- save
23- ```
21+ > $ npm install tabs-more-button --save
2422
2523or
2624
27- ``` js
28- $ yarn add tabs- more- button
29- ```
25+ > $ yarn add tabs-more-button
3026
3127If you need to directly include script in your html, use the following links :
3228
@@ -142,9 +138,7 @@ document.getElementById('view-more-button').addEventListener('click', () => cons
142138
143139## Test
144140
145- ``` js
146- $ npm run test
147- ```
141+ > $ npm run test
148142
149143## License
150144
You can’t perform that action at this time.
0 commit comments