We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c605d12 commit 3734362Copy full SHA for 3734362
packages/ketchup/src/tab-bar.html
@@ -45,6 +45,7 @@ <h4>Events testing</h4>
45
<kup-tab-bar id="event-tabbar"></kup-tab-bar>
46
<kup-tab-bar></kup-tab-bar>
47
48
+ <kup-tab-bar></kup-tab-bar>
49
50
<script>
51
let tabBar = document.getElementsByTagName('kup-tab-bar')[0];
@@ -120,6 +121,19 @@ <h4>Events testing</h4>
120
121
active: false,
122
},
123
];
124
+ let tabBar4 = document.getElementsByTagName('kup-tab-bar')[3];
125
+ tabBar4.data = [
126
+ {
127
+ id: '1',
128
+ value: 'Favorites',
129
+ active: true,
130
+ },
131
132
+ id: '2',
133
+ value: 'Alarm clock',
134
+ active: false,
135
136
+ ];
137
</script></body
138
>
139
</html>
0 commit comments