ozone: evdev: Sync caps lock LED state to evdev
[chromium-blink-merge.git] / ui / webui / resources / cr_elements / cr_input / demo.html
blob0934e48f9ee2aea5b595993260019b1972744ddd
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 error="Put something here!">
9 </cr-input>
10 <cr-input label="Only numbers" pattern="^[0-9]*$"
11 error="Only numbers allowed!"></cr-input>
12 <cr-input label="Password" type="password"></cr-input>
13 </body>
14 </html>