collapsible

package
v1.3.27 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Collapse

func Collapse(props CollapseProps, children ...htmx.Node) htmx.Node

Collapse is a component that can be expanded and collapsed.

func CollapseArrow

func CollapseArrow(p CollapseProps, children ...htmx.Node) htmx.Node

CollapseArrow is a component that can be expanded and collapsed.

func CollapseCheckbox

func CollapseCheckbox(props CollapseCheckboxProps, children ...htmx.Node) htmx.Node

CollapseCheckbox is a component that can be expanded and collapsed.

func CollapseContent

func CollapseContent(props CollapseContentProps, children ...htmx.Node) htmx.Node

CollapseContent is a component that can be expanded and collapsed.

func CollapseTitle

func CollapseTitle(p CollapseTitleProps, children ...htmx.Node) htmx.Node

CollapseTitle is a component that can be expanded and collapsed.

Types

type CollapseCheckboxProps

type CollapseCheckboxProps struct {
	ClassNames htmx.ClassNames
	Checked    bool
}

CollapseCheckboxProps is a component that can be expanded and collapsed.

type CollapseContentProps

type CollapseContentProps struct {
	ClassNames htmx.ClassNames
}

CollapseContentProps is a component that can be expanded and collapsed.

type CollapseProps

type CollapseProps struct {
	ClassNames htmx.ClassNames
	TabIndex   int
}

CollapseProps is a component that can be expanded and collapsed.

type CollapseTitleProps

type CollapseTitleProps struct {
	ClassNames htmx.ClassNames
}

CollapseTitleProps is a component that can be expanded and collapsed.

Jump to

Keyboard shortcuts

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