package
0.1.0
Repository: https://github.com/minivera/go-lander.git
Documentation: pkg.go.dev

# Functions

NewFragmentNode creates a new fragment node with the provided information.
NewFuncNode creates a new component node with the provided information.
NewHTMLNode creates a new HTML node with the provided information.
NewTextNode creates a new HTML node with the provided information.

# Structs

FragmentNode is an implementation of the Node interface which implements the logic to handle and render fragments inside Lander.
FuncNode is an implementation of the Node interface which implements the logic to handle and render components inside Lander.
HTMLNode is an implementation of the Node interface which implements the logic to handle and render HTML elements inside Lander.
Props is a utility type for empty properties to assign to a component.
TextNode is an implementation of the Node interface which implements the logic to handle and render HTML text elements inside Lander.

# Type aliases

Attributes is a map of properties to assign to an element.
FunctionComponent is the type definition for a function component's factory.