Documentation
¶
Index ¶
- type ActionsWithNoOffset
- type Basic
- type CardWithDividersBetweenSections
- type Compact
- type Expandable
- type ExpandableToggleOnRight
- type ExpandableWithImage
- type Expanded
- type Flat
- type FullHeightCard
- type Hoverable
- type HoverableLegacy
- type Large
- type NonSelectable
- type Plain
- type Rounded
- type Selectable
- type SelectableLegacy
- type Selected
- type SelectedLegacy
- type WithImageAndAction
- type WithMultipleBodySections
- type WithNoFooter
- type WithNoTitle
- type WithOnlyAContentSection
- type WithOnlyActionsInHeadNoTitlefooter
- type WithOnlyImageInHead
- type WithOnlyOneBodyThatFills
- type WithTitleInHead
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionsWithNoOffset ¶
func (*ActionsWithNoOffset) Render ¶
func (c *ActionsWithNoOffset) Render() app.UI
type CardWithDividersBetweenSections ¶
func (*CardWithDividersBetweenSections) Render ¶
func (c *CardWithDividersBetweenSections) Render() app.UI
type Expandable ¶
func (*Expandable) Render ¶
func (c *Expandable) Render() app.UI
type ExpandableToggleOnRight ¶
func (*ExpandableToggleOnRight) Render ¶
func (c *ExpandableToggleOnRight) Render() app.UI
type ExpandableWithImage ¶
func (*ExpandableWithImage) Render ¶
func (c *ExpandableWithImage) Render() app.UI
type FullHeightCard ¶
func (*FullHeightCard) Render ¶
func (c *FullHeightCard) Render() app.UI
type HoverableLegacy ¶
func (*HoverableLegacy) Render ¶
func (c *HoverableLegacy) Render() app.UI
type NonSelectable ¶
func (*NonSelectable) Render ¶
func (c *NonSelectable) Render() app.UI
type Selectable ¶
func (*Selectable) Render ¶
func (c *Selectable) Render() app.UI
type SelectableLegacy ¶
func (*SelectableLegacy) Render ¶
func (c *SelectableLegacy) Render() app.UI
type SelectedLegacy ¶
func (*SelectedLegacy) Render ¶
func (c *SelectedLegacy) Render() app.UI
type WithImageAndAction ¶
func (*WithImageAndAction) Render ¶
func (c *WithImageAndAction) Render() app.UI
type WithMultipleBodySections ¶
func (*WithMultipleBodySections) Render ¶
func (c *WithMultipleBodySections) Render() app.UI
type WithNoFooter ¶
type WithNoFooter struct {
}func (*WithNoFooter) Render ¶
func (c *WithNoFooter) Render() app.UI
type WithNoTitle ¶
func (*WithNoTitle) Render ¶
func (c *WithNoTitle) Render() app.UI
type WithOnlyAContentSection ¶
func (*WithOnlyAContentSection) Render ¶
func (c *WithOnlyAContentSection) Render() app.UI
type WithOnlyActionsInHeadNoTitlefooter ¶
type WithOnlyActionsInHeadNoTitlefooter struct {
}func (*WithOnlyActionsInHeadNoTitlefooter) Render ¶
func (c *WithOnlyActionsInHeadNoTitlefooter) Render() app.UI
type WithOnlyImageInHead ¶
func (*WithOnlyImageInHead) Render ¶
func (c *WithOnlyImageInHead) Render() app.UI
type WithOnlyOneBodyThatFills ¶
func (*WithOnlyOneBodyThatFills) Render ¶
func (c *WithOnlyOneBodyThatFills) Render() app.UI
type WithTitleInHead ¶
func (*WithTitleInHead) Render ¶
func (c *WithTitleInHead) Render() app.UI
Source Files
¶
- actionswithnooffset.go
- basic.go
- cardwithdividersbetweensections.go
- compact.go
- expandable.go
- expandabletoggleonright.go
- expandablewithimage.go
- expanded.go
- flat.go
- fullheightcard.go
- hoverable.go
- hoverablelegacy.go
- large.go
- nonselectable.go
- plain.go
- rounded.go
- selectable.go
- selectablelegacy.go
- selected.go
- selectedlegacy.go
- withimageandaction.go
- withmultiplebodysections.go
- withnofooter.go
- withnotitle.go
- withonlyacontentsection.go
- withonlyactionsinheadnotitlefooter.go
- withonlyimageinhead.go
- withonlyonebodythatfills.go
- withtitleinhead.go
Click to show internal directories.
Click to hide internal directories.