Documentation
¶
Index ¶
Constants ¶
View Source
const ( PartHeader = widget.Part("header") PartBody = widget.Part("body") )
View Source
const NameContentCard = widget.Name("contentcard")
NameContentCard is the widget name.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentCard ¶
type ContentCard struct {
Element
Header Component
Body Component
}
func (*ContentCard) Render ¶
func (c *ContentCard) Render() *Element
func (*ContentCard) RenderCSS ¶
func (c *ContentCard) RenderCSS() *css.Stylesheet
RenderCSS defines the visual sheet for contentcard.
func (*ContentCard) WidgetKind ¶ added in v0.1.13
func (c *ContentCard) WidgetKind() widget.Kind
func (*ContentCard) WidgetName ¶ added in v0.1.13
func (c *ContentCard) WidgetName() widget.Name
Click to show internal directories.
Click to hide internal directories.