UNPKG
@gaonengwww/tiny-toolkit-docs
Version:
latest (1.0.9)
1.0.9
这里对你的套件进行简单描述, 比如适用哪些场景,使用了什么技术, 有什么特点
github.com/opentiny/tiny-cli
opentiny/tiny-cli
@gaonengwww/tiny-toolkit-docs
/
template
/
ng
/
demos
/
app
/
buttongroup
/
buttongroup-activeclass.html
14 lines
(13 loc)
•
352 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<
h3
>
1.描述
</
h3
>
<
p
>
activeClass接口测试(此接口是否多余)
</
p
>
<
h3
>
2.示例
</
h3
>
<
p
>
(2.1)单选按钮组测试
</
p
>
<
ti-button-group
[
items
]=
"items"
id
=
"buttongroup"
[(
ngModel
)]=
"selected"
[
activeClass
]=
"activeClass"
(
ngModelChange
)=
"radioChangeFn($event)"
>
</
ti-button-group
>
<
p
>
选中项:{{selected | json}}
</
p
>