Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BlackColor = color.NRGBA{A: 255}
Functions ¶
Types ¶
type D ¶
type D = layout.Dimensions
type DOMLayout ¶
type DOMLayout struct {
// contains filtered or unexported fields
}
func (*DOMLayout) Handle ¶
func (dom *DOMLayout) Handle(targets ...components.EventTarget) *DOMLayout
type HeadingStyler ¶
func H1 ¶
func H1() HeadingStyler
func H2 ¶
func H2() HeadingStyler
func H3 ¶
func H3() HeadingStyler
func Title ¶
func Title() HeadingStyler
func (HeadingStyler) Class ¶
func (h HeadingStyler) Class(cssClass string) HeadingStyler
type PanelStyle ¶
type PanelStyle struct { css.Styles Alignment layout.Alignment Content layout.Widget // contains filtered or unexported fields }
func (PanelStyle) WithStyles ¶
func (panelStyle PanelStyle) WithStyles(styles css.Styles) PanelStyle
Source Files
¶
Click to show internal directories.
Click to hide internal directories.