accordion

package
v0.1.1-0...-9f51ffb Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2022 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Accordion

type Accordion struct {
	app.Compo

	ID       string
	Children []app.UI
}

func (*Accordion) Render

func (a *Accordion) Render() app.UI

type AccordionItem

type AccordionItem struct {
	app.Compo
	Body       app.UI
	Title      app.UI
	ID         string
	ParentID   string
	Expandable bool
	AlwaysOpen bool
}

func (*AccordionItem) Render

func (a *AccordionItem) Render() app.UI

Jump to

Keyboard shortcuts

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