Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractCSS ¶ added in v0.0.15
func ExtractCSS(c IsComponent) string
func HStack ¶ added in v0.0.20
func HStack(components ...IsComponent) *stack
func Render ¶
func Render(c IsComponent) string
func Stack ¶ added in v0.0.20
func Stack(components ...IsComponent) *stack
func VStack ¶ added in v0.0.20
func VStack(components ...IsComponent) *stack
Types ¶
type IsComponent ¶
type IsComponent interface {
Element() *element.HtmlElement
}
func ApplyLayout ¶
func ApplyLayout(layout IsComponent, e IsComponent) IsComponent
func Component ¶
func Component(c IsComponent) IsComponent
Click to show internal directories.
Click to hide internal directories.