form

<%= partial :'shared/_toadstool_subheader', :locals => { :header => 'text inputs', :text => 'The following form input text types are supported input[type=email], input[type=password], input[type=text] and input[type=number]' } %> <%= html_example 'ui_patterns/forms/text_input' %> <%= sass_example '_forms' %>
<%= partial :'shared/_toadstool_subheader', :locals => { :header => 'text inputs w/errors', :text => 'The following form input text types are supported input[type=email], input[type=password], input[type=text] and input[type=number]' } %> <%= html_example 'ui_patterns/forms/text_input_error' %> <%= sass_example '_forms' %>
<%= partial :'shared/_toadstool_subheader', :locals => { :header => 'Primary buttons', :text => 'Use defualt semantic HTML to create the following buttons.' } %> <%= html_example 'ui_patterns/forms/primary_buttons' %> <%= sass_example '_buttons' %> <%= sass_example 'buttons/_mixins' %> <%= sass_example 'buttons/_extends' %>
<%# all depricated partial calls %> <%#= partial :"forms/username_input" %> <%#= partial :"forms/password_input" %> <%#= partial :"forms/primary_button" %> <%#= partial :"forms/disabled_button" %>