Sha256: 0ddb81a78e33c52873220e1a1cc74e888416765f12e9820ed25d3287cd2f4af2
Contents?: true
Size: 816 Bytes
Versions: 1
Compression:
Stored size: 816 Bytes
Contents
<header class="toadstool_header"> <h1>form</h1> </header> <section id="text_inputs"> <%= partial :'shared/_toadstool_subheader', :locals => { :header => 'text inputs', :text => 'The following form input text types are supported <code>input[type=email]</code>, <code>input[type=password]</code>, <code>input[type=text]</code> and <code>input[type=number]</code>' } %> <%= partial :'shared/_html_example', :locals => { :path => 'ui_patterns/forms/text_input.erb' } %> <%= partial :'shared/_sass_example', :locals => { :path => 'sass/_forms.scss' } %> </section> <%#= partial :"forms/username_input" %> <%#= partial :"forms/password_input" %> <%#= partial :"forms/primary_button" %> <%#= partial :"forms/disabled_button" %> <footer class="toadstool_footer"></footer>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
toadstool-0.0.0.1 | views/forms.erb |