Sha256: 7e6aea8dbc4000457fd3433c5195a4eba83b6dc2414145aaff657902817af9fd
Contents?: true
Size: 773 Bytes
Versions: 2
Compression:
Stored size: 773 Bytes
Contents
<h2 class="demoHeaders">Common Input Fields</h2> <form action="#" class="ui-form" method="get" accept-charset="utf-8"> <p><input type="submit" value="Continue →"></p> <p> <strong>Input (type: 'text')</strong><br /> <input type="text" /> </p> <p> <strong>Input (type: 'email' and 'password')</strong><br /> <input type="email" /><input type="password" /> </p> <p> <strong>Text Area</strong><br /> <textarea cols="30"></textarea> </p> <p> <strong>Other Inputs Remain Fine</strong><br /> <input type="radio" /> <br /> <input type="checkbox" /> <br /> <input type="range" /> <br /> <input type="file" /> <br /> <input type="submit" /> <br /> <input type="button" value="Button" /> <br /> </p> </form>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
compass-ui-0.0.4 | demos/sections/form.html |
compass-ui-0.0.3 | demos/sections/form.html |