tabs

package
v0.5.9 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Boxed

func Boxed(props Props, children ...htmx.Node) htmx.Node

Boxed is a component that renders a list of tabs in a box.

func Tab

func Tab(props TabProps, children ...htmx.Node) htmx.Node

Tab is a component that renders a tab.

func Tabs

func Tabs(props Props, children ...htmx.Node) htmx.Node

Tabs is a component that renders a list of tabs.

Types

type Props

type Props struct {
	ID string
	htmx.ClassNames
}

Props is a struct that contains the properties of the Tabs component.

type TabProps

type TabProps struct {
	ClassNames htmx.ClassNames
	Name       string
	Label      string
	Active     bool
	Disabled   bool
}

TabProps is a struct that contains the properties of the Tab component.

Jump to

Keyboard shortcuts

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