UNPKG
iuap-design
Version:
latest (3.0.6)
3.0.6
3.0.2
3.0.1
UI Framework Used For Enterprise.
github.com/iuap-design/iuap-design
iuap-design/iuap-design
iuap-design
/
snippets
/
examples
/
utilities
/
2-text -transform
/
widget.html
5 lines
•
190 B
HTML
View Raw
1
2
3
4
5
<
div
class
=
"example example-box"
>
<
p
class
=
"text-lowercase"
>
Lowercased text.
</
p
>
<
p
class
=
"text-uppercase"
>
Uppercased text.
</
p
>
<
p
class
=
"text-capitalize"
>
Capitalized text.
</
p
>
</
div
>