package
0.0.0-20220807062529-4271bc0536b7
Repository: https://github.com/dtylman/gowd.git
Documentation: pkg.go.dev

# Functions

NewAlert returns new bootstrap alert.
NewButton creates a new bootstrap <button> element.
NewCell creates and adds new cell.
NewCheckBox creates a bootstrap checkbox with label.
NewColumn returns new bootstrap column.
NewContainer returns new bootstrap container.
NewElement returns new bootstrap element.
NewFileButton creates new 'file' input with a button.
NewFormGroup returns new bootsrap form group.
NewFormInput creates a bootstrap "form-group" containing an input with a given type and caption.
NewInput creates a new input with a provided type.
NewInputGroup creates new bootsrap input group from the given elements.
NewLinkButton creates a new bootstrap link button (<a>).
NewList creates a new list.
NewNavBar creates new bootstrap navbar.
NewPagination creates new bootstrap pagination element.
NewPanel creates a new bootstrap panel with the provided type.
NewProgressBar creates new bootstrap progress bar element.
NewRow return new bootstrap row.
NewTable creates a new table with type.
NewTableRow creates a new table row.
QuickTable creates a table from a given map with key-value pairs.

# Constants

AlertDanger ..
AlertInfo ...
AlertSuccess ...
AlertWarning ...
ButtonDefault default bootstrap button.
ButtonPrimary primary bootstrap button.
ColumnLarge <col-lg>.
ColumnMedium <col-md>.
ColumnSmall <col-sm>.
ColumnXtraSmall <col-xs>.
DescriptionList is <dl>.
InputTypeCheckbox is <input type=checkbox>.
InputTypeFile is <input type=file>.
InputTypeText is <input type=text>.
ListOrdered is <ol>.
ListUnordered is <ul>.
NavbarDefault default navbar.
PanelDefault bootstrap default paenl.
TableStripped table is stripped.

# Structs

Checkbox represents a checkbox with label.
FileButton is an file-input linked to a button.
FormInput is a bootstrap "form-group" input.
List is a struct for <ul>, <ol>, <dl>.
Navbar is a bootstrap navbar element.
Pagination is bootstrap pagination element.
Panel is a bootstrap panel.
ProgressBar represents bootstrap progress-bar element.
Table represents <table>.
TableRow represents a <tr>.

# Type aliases

ListItems a list of elements.