Sha256: 0ea8113f2514cbcc2fe1661d1aa85ce0f0df1c89a5aa7ccd703b3be9f2bef94b

Contents?: true

Size: 441 Bytes

Versions: 5

Compression:

Stored size: 441 Bytes

Contents

%h3 labels
%label Required Field
%label.optional Optional Field
%h3 Inputs
%input{type: :text, placeholder: 'text input'}
%input{type: :number, placeholder: 'number input'}
%h3 textarea
%textarea
%h3 Selects
%select#example-select
  %option{value: 1} bizaaam
  %option{value: 2} baz
%p.microcopy
  Note: requires pulling in chosen, require from /ctl-base-ui/chosen
:javascript
  $('#example-select').chosen({
    disable_search: true
  });

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ctl_base_ui-0.0.6 app/views/ctl_base_ui/styleguide/_forms.html.haml
ctl_base_ui-0.0.5 app/views/ctl_base_ui/styleguide/_forms.html.haml
ctl_base_ui-0.0.4 app/views/ctl_base_ui/styleguide/_forms.html.haml
ctl_base_ui-0.0.3 app/views/ctl_base_ui/styleguide/_forms.html.haml
ctl_base_ui-0.0.2 app/views/ctl_base_ui/styleguide/_forms.html.haml