Documentation
¶
Index ¶
Constants ¶
View Source
const ( PartMedia = widget.Part("media") PartContent = widget.Part("content") PartTitle = widget.Part("title") PartSubtitle = widget.Part("subtitle") PartActions = widget.Part("actions") )
View Source
const NameHeroBanner = widget.Name("herobanner")
NameHeroBanner is the widget name for herobanner.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeroBanner ¶
HeroBanner displays a prominent header banner with text, background image(s), and actions.
func (*HeroBanner) Render ¶
func (h *HeroBanner) Render() *Element
func (*HeroBanner) RenderCSS ¶
func (h *HeroBanner) RenderCSS() *css.Stylesheet
RenderCSS defines the visual stylesheet for herobanner.
func (*HeroBanner) WidgetKind ¶
func (h *HeroBanner) WidgetKind() widget.Kind
func (*HeroBanner) WidgetName ¶
func (h *HeroBanner) WidgetName() widget.Name
Click to show internal directories.
Click to hide internal directories.