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 - minimal reactive framework based on Web Components
@zeix/ui-element
/
docs-src
/
components
/
input-text
/
input-text.html
9 lines
•
268 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
<
input-text
>
<
label
for
=
"name-input"
>
Name
</
label
>
<
div
class
=
"row"
>
<
div
class
=
"group auto"
>
<
input
type
=
"text"
id
=
"name-input"
name
=
"name"
autocomplete
=
"name"
required
>
</
div
>
</
div
>
<
p
class
=
"error"
aria-live
=
"assertive"
id
=
"name-error"
>
</
p
>
</
input-text
>