import "github.com/gobuffalo/tags/form/bootstrap"
Form is the bootstrap version of Form
New creates a bootstrap Form from passed options
CheckboxTag builds a bootstrap checkbox with passed options
FileTag builds a bootstrap input[type=file] with passed options
HiddenTag adds a hidden input to the form
InputTag builds a bootstrap input[type=text] with passed options
RadioButton builds a bootstrap input[type=radio] with passed options
RadioButtonTag builds a bootstrap input[type=radio] with passed options
SelectTag builds a bootstrap select with passed options
TextArea builds a bootstrap textarea with passed options
TextAreaTag builds a bootstrap textarea with passed options
FormFor is the FormFor version for bootstrap
NewFormFor builds a form for a passed model
CheckboxTag adds a checkbox to a form wrapped with a form-control and a label
FileTag adds a bootstrap input[type=file] wrapped with a form-control and a label
HiddenTag adds an input[type=hidden] to the formFor
InputTag builds an input[type=text] by default wrapped with a form-control and a label
RadioButton adds a bootstrap input[type=radio] wrapped with a form-control and a label
RadioButtonTag adds a bootstrap input[type=radio] wrapped with a form-control and a label
SelectTag adds a bootstrap select tag wrapped with a form-control and a label
SubmitTag returns a tag for input type submit without wrapping
TextArea adds a bootstrap textarea tag wrapped with a form-control and a label
TextAreaTag adds a bootstrap textarea tag wrapped with a form-control and a label
Package bootstrap imports 6 packages (graph) and is imported by 2 packages. Updated 2019-11-20. Refresh now. Tools for package owners.