components

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2025 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Rendered for js/wasm

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnimationComponent

type AnimationComponent struct {
	*core.HTMLComponent
}

func NewAnimationComponent

func NewAnimationComponent() *AnimationComponent

type AnotherComponent

type AnotherComponent struct {
	*core.HTMLComponent
}

func NewAnotherComponent

func NewAnotherComponent() *AnotherComponent

func (*AnotherComponent) SetRouteParams

func (c *AnotherComponent) SetRouteParams(params map[string]string)

type CardComponent

type CardComponent struct {
	*core.HTMLComponent
}

func NewCardComponent

func NewCardComponent(props map[string]interface{}) *CardComponent

type ChildComponent

type ChildComponent struct {
	*core.HTMLComponent
}

func NewChildComponent

func NewChildComponent() *ChildComponent

type ComputedComponent

type ComputedComponent struct {
	*core.HTMLComponent
}

func NewComputedComponent

func NewComputedComponent() *ComputedComponent

type DynamicComponent

type DynamicComponent struct {
	*core.HTMLComponent
}

func NewDynamicComponent

func NewDynamicComponent() *DynamicComponent

type EventComponent

type EventComponent struct {
	*core.HTMLComponent
}

EventComponent demonstrates both basic event handling and event modifiers.

func NewEventComponent

func NewEventComponent() *EventComponent

type EventListenerComponent

type EventListenerComponent struct {
	*core.HTMLComponent
}

func NewEventListenerComponent

func NewEventListenerComponent() *EventListenerComponent

func (*EventListenerComponent) Mount

func (c *EventListenerComponent) Mount()

type HeaderComponent

type HeaderComponent struct {
	*core.HTMLComponent
}

func NewHeaderComponent

func NewHeaderComponent(props map[string]interface{}) *HeaderComponent

func (*HeaderComponent) OnMount

func (c *HeaderComponent) OnMount()

func (*HeaderComponent) OnUnmount

func (c *HeaderComponent) OnUnmount()

type MainComponent

type MainComponent struct {
	*core.HTMLComponent
}

func NewMainComponent

func NewMainComponent() *MainComponent

type MyComponent

type MyComponent struct {
	*core.HTMLComponent
}

func NewTestComponent

func NewTestComponent() *MyComponent

type ObserverComponent

type ObserverComponent struct {
	*core.HTMLComponent
	// contains filtered or unexported fields
}

func NewObserverComponent

func NewObserverComponent() *ObserverComponent

func (*ObserverComponent) Mount

func (c *ObserverComponent) Mount()

func (*ObserverComponent) Unmount

func (c *ObserverComponent) Unmount()

type ParentComponent

type ParentComponent struct {
	*core.HTMLComponent
}

func NewParentComponent

func NewParentComponent() *ParentComponent

type ProtectedComponent

type ProtectedComponent struct {
	*core.HTMLComponent
}

func NewProtectedComponent

func NewProtectedComponent() *ProtectedComponent

type RedCubeComponent

type RedCubeComponent struct {
	*core.HTMLComponent
}

func NewRedCubeComponent

func NewRedCubeComponent() *RedCubeComponent

type SlotChildComponent

type SlotChildComponent struct {
	*core.HTMLComponent
}

func NewSlotChildComponent

func NewSlotChildComponent(props map[string]interface{}) *SlotChildComponent

type SlotParentComponent

type SlotParentComponent struct {
	*core.HTMLComponent
}

func NewSlotParentComponent

func NewSlotParentComponent(props map[string]interface{}) *SlotParentComponent

type StoresComponent

type StoresComponent struct {
	*core.HTMLComponent
}

func NewStoresComponent

func NewStoresComponent() *StoresComponent

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL