4 <link href=
"cr_input.html" rel=
"import">
7 <cr-input label=
"Blah"></cr-input>
8 <cr-input label=
"This is required" required
9 error-message=
"Put something here!">
11 <cr-input label=
"Only numbers" pattern=
"^[0-9]*$"
12 error-message=
"Only numbers allowed!"></cr-input>
13 <cr-input label=
"Password" type=
"password"></cr-input>