UNPKG
@opentiny/tiny-toolkit-docs
Version:
alpha (1.0.11-alpha.0)
latest (1.0.10)
1.0.11-alpha.0
1.0.10
1.0.10-alpha.0
1.0.9
1.0.9-alpha.0
1.0.8
这里对你的套件进行简单描述, 比如适用哪些场景,使用了什么技术, 有什么特点
github.com/opentiny/tiny-cli
opentiny/tiny-cli
@opentiny/tiny-toolkit-docs
/
template
/
ng
/
demos
/
app
/
button
/
button-color.html
4 lines
(3 loc)
•
285 B
HTML
View Raw
1
2
3
4
<
button
class
=
"mb-3 mr-3"
id
=
"button-color-default"
tiButton
>
次要按钮
</
button
>
<
button
class
=
"mb-3 mr-3"
id
=
"button-color-danger"
tiButton
color
=
"danger"
>
强调按钮
</
button
>
<
button
class
=
"mb-3 mr-3"
id
=
"button-color-primary"
tiButton
color
=
"primary"
>
主题色按钮
</
button
>