Documentation ¶
Index ¶
- func FormGroup(opts render.TagOpts) render.TagBuilder
- func Input(inputType, id, placeholder string, opts render.TagOpts) render.TagBuilder
- func Label(forID, text string, opts render.TagOpts) render.TagBuilder
- func TextArea(opts render.TagOpts) render.TagBuilder
- type CardBuilder
- type Col
- type Grid
- type Row
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormGroup ¶
func FormGroup(opts render.TagOpts) render.TagBuilder
FormGroup returns a TagBuilder for building up a "class":"form-group" div
func Input ¶
func Input(inputType, id, placeholder string, opts render.TagOpts) render.TagBuilder
Input creates a new <input> tag
Types ¶
type CardBuilder ¶
Click to show internal directories.
Click to hide internal directories.