Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubylouvre/ms-tabs
avalon2的切换卡
https://github.com/rubylouvre/ms-tabs
Last synced: about 2 months ago
JSON representation
avalon2的切换卡
- Host: GitHub
- URL: https://github.com/rubylouvre/ms-tabs
- Owner: RubyLouvre
- License: mit
- Created: 2016-07-13T15:27:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T08:18:00.000Z (over 8 years ago)
- Last Synced: 2024-10-28T14:59:31.597Z (2 months ago)
- Language: JavaScript
- Size: 221 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ms-tabs
avalon2的切换卡![tabs](tabs.gif)
##API
```
buttons: [], 字符串数组
panels: [], 字符串数组 , 最好用插槽元素传入
selectedIndex: 默认第几个面板被打开,从0开始
onSwitch(event, index): 点击切换面板,如果返回false,会阻止切换
```