Documentation
¶
Index ¶
- type ContentBadge
- type ContentDropdown
- type ContentDropdownItem
- type ContentGraph
- type ContentHref
- type ContentList
- type ContentListItem
- type ContentPagination
- type ContentTable
- type ContentTableTD
- type ContentTableTH
- type ContentTabledetail
- type ContentTabledetailTD
- type CustomAtt
- type FormButton
- type FormCheckbox
- type FormCheckboxItem
- type FormInput
- type FormRadio
- type FormRadioItem
- type FormSelect
- type FormSelectOption
- type FormSwitch
- type FormTextarea
- type PageCard
- type PageNav
- type PageNavItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentBadge ¶
type ContentDropdown ¶
type ContentDropdown struct {
ID string
Label string
TypeClass string // type primary, secondary, success, danger, warning, info, light, dark, link, outline-primary
IsDisabled bool
Items []ContentDropdownItem
}
type ContentDropdownItem ¶
type ContentGraph ¶ added in v1.8.2
type ContentHref ¶
type ContentList ¶
type ContentList struct {
ID string
Items []ContentListItem
}
type ContentListItem ¶
type ContentPagination ¶ added in v1.9.4
type ContentTable ¶
type ContentTable struct {
ID string
TableClass string // table-primary, table-secondary,.. table-striped table-bordered
HeadClass string // table-dark table-light
AllTH []ContentTableTH
AllTD [][]ContentTableTD
}
type ContentTableTD ¶
type ContentTableTH ¶
type ContentTabledetail ¶ added in v1.8.2
type ContentTabledetail struct {
ID string
TableClass string // table-primary, table-secondary,.. table-striped table-bordered
HeadClass string // table-dark table-light
Title string
AllTD []ContentTabledetailTD
}
type ContentTabledetailTD ¶ added in v1.8.2
type FormButton ¶
type FormCheckbox ¶
type FormCheckbox struct {
Label string
AllCheckbox []FormCheckboxItem
}
type FormCheckboxItem ¶
type FormRadio ¶
type FormRadio struct {
Label string
AllRadios []FormRadioItem
}
type FormRadioItem ¶
type FormSelect ¶
type FormSelect struct {
ID string
SelectedOption FormSelectOption
Label string
AllOptions []FormSelectOption
IsMultiple bool
}
type FormSelectOption ¶
type FormSwitch ¶ added in v1.8.1
type FormTextarea ¶
type PageNavItem ¶
type PageNavItem struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.