islands

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CounterProps

type CounterProps struct {
	Label string
}

type CounterState

type CounterState struct {
	Count int
	Open  bool
}

func NewCounterState

func NewCounterState() CounterState

type FilterState

type FilterState struct {
	Query string
	Items []Item
}

func NewFilterState

func NewFilterState() FilterState

type Item

type Item struct {
	ID   string
	Name string
	Done bool
}

type NestedState

type NestedState struct {
	User  User
	Items []Item
	Flags []bool
	Count int
}

func NewNestedState

func NewNestedState() NestedState

type OtherState

type OtherState struct {
	Name string
}

func NewOtherState

func NewOtherState() OtherState

type TaggedState

type TaggedState struct {
	Count int `json:"count,omitempty"`
}

func NewTaggedState

func NewTaggedState() TaggedState

type TextState

type TextState struct {
	Query string
}

func NewTextState

func NewTextState() TextState

type User

type User struct {
	Name string
	Open bool
}

Jump to

Keyboard shortcuts

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