Elim cr-checkbox
[chromium-blink-merge.git] / ui / webui / resources / cr_elements / v1_0 / cr_input / demo.html
blob45b10c401f8335a2ee850620ef2887053dd4887c
1 <!doctype html>
2 <html>
3 <head>
4 <link href="cr_input.html" rel="import">
5 </head>
6 <body unresolved>
7 <cr-input label="Blah"></cr-input>
8 <cr-input label="This is required" required
9 error-message="Put something here!">
10 </cr-input>
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>
14 </body>
15 </html>