UNPKG
ipsos-components
Version:
latest (5.0.0-rc.3)
5.0.0-rc.3
Material Design components for Angular
github.com/angular/material2
ipsos-components
/
src
/
material-examples
/
input-prefix-suffix
/
input-prefix-suffix-example.html
10 lines
(7 loc)
•
253 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
form
class
=
"example-form"
>
<
mat-form-field
class
=
"example-full-width"
>
<
span
matPrefix
>
+1
</
span
>
<
input
type
=
"tel"
matInput
placeholder
=
"Telephone"
>
<
mat-icon
matSuffix
>
mode_edit
</
mat-icon
>
</
mat-form-field
>
</
form
>