We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a059bf2 commit e7b0ac8Copy full SHA for e7b0ac8
docs/README.md
@@ -6,6 +6,8 @@ Vue-tabs is a tab component which simplifies the usage of tabs and their customi
6
* [Icons and colors](https://jsfiddle.net/b44cc4dq/188/)
7
* [Full width centered tabs with text bellow](https://jsfiddle.net/b44cc4dq/189/)
8
* [Vertical tabs](https://jsfiddle.net/b44cc4dq/190/)
9
+* [Close or add tabs dynamically](https://jsfiddle.net/b44cc4dq/245/)
10
+* [Change tabs programatically](https://jsfiddle.net/b44cc4dq/275/)
11
12
## NPM
13
```
@@ -114,6 +116,7 @@ Feel free to do a PR if you fixed something :)
114
116
Event Name | Params
115
117
------------ | -------------
118
tab-change | tabIndex, newTab, oldTab
119
+input | tabTitle
120
121
### tab-change example
122
0 commit comments