Skip to content

Commit e7b0ac8

Browse files
authored
Update README.md
1 parent a059bf2 commit e7b0ac8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Vue-tabs is a tab component which simplifies the usage of tabs and their customi
66
* [Icons and colors](https://jsfiddle.net/b44cc4dq/188/)
77
* [Full width centered tabs with text bellow](https://jsfiddle.net/b44cc4dq/189/)
88
* [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/)
911

1012
## NPM
1113
```
@@ -114,6 +116,7 @@ Feel free to do a PR if you fixed something :)
114116
Event Name | Params
115117
------------ | -------------
116118
tab-change | tabIndex, newTab, oldTab
119+
input | tabTitle
117120

118121
### tab-change example
119122

0 commit comments

Comments
 (0)