UNPKG
@zeix/ui-element
Version:
latest (0.14.0)
0.14.0
0.13.4
0.13.3
0.13.2
0.13.1
0.12.2
0.12.1
0.12.0
0.11.0
0.10.1
0.10.0
0.9.4
UIElement - a HTML-first library for reactive Web Components
@zeix/ui-element
/
docs-src
/
components
/
basic-pluralize
/
basic-pluralize.html
10 lines
(9 loc)
•
212 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
basic-pluralize
>
<
p
class
=
"none"
>
Well done, all done!
</
p
>
<
p
class
=
"some"
>
<
span
class
=
"count"
>
</
span
>
<
span
class
=
"one"
>
task
</
span
>
<
span
class
=
"other"
>
tasks
</
span
>
remaining
</
p
>
</
basic-pluralize
>