Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloMessageDef ¶
type HelloMessageDef struct {
react.ComponentDef
}
HelloMessageDef is the definition of the HelloMessage component
func (HelloMessageDef) Props ¶
func (h HelloMessageDef) Props() HelloMessageProps
Props is an auto-generated proxy to the current props of HelloMessage
func (HelloMessageDef) Render ¶
func (h HelloMessageDef) Render() *react.DivElem
Render renders the HelloMessage component
func (HelloMessageDef) RendersDiv ¶
func (h HelloMessageDef) RendersDiv(*react.DivElem)
func (HelloMessageDef) RendersElement ¶
func (h HelloMessageDef) RendersElement() react.Element
type HelloMessageElem ¶
func HelloMessage ¶
func HelloMessage(p HelloMessageProps, children ...react.Element) *HelloMessageElem
HelloMessage creates instances of the HelloMessage component
func (*HelloMessageElem) RendersDiv ¶
func (h *HelloMessageElem) RendersDiv(*react.DivElem)
type HelloMessageProps ¶
type HelloMessageProps struct {
Name string
}
HelloMessageProps is the props type for the HelloMessage component
func (HelloMessageProps) EqualsIntf ¶
func (h HelloMessageProps) EqualsIntf(val react.Props) bool
func (HelloMessageProps) IsProps ¶
func (h HelloMessageProps) IsProps()
IsProps is an auto-generated definition so that HelloMessageProps implements the myitcv.io/react.Props interface.
Click to show internal directories.
Click to hide internal directories.