tab_component

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Props

type Props struct {
	Name   string
	Tabs   []Tab
	Active string
}

type Tab

type Tab struct {
	Title    string
	Name     string
	NodeFunc func() Node
}

type TabFeature

type TabFeature struct {
	hiro.Component
	Props Props `json:"-"`
}

func (*TabFeature) Mount

func (c *TabFeature) Mount()

func (*TabFeature) Name

func (c *TabFeature) Name() string

func (*TabFeature) Node

func (c *TabFeature) Node() Node

Jump to

Keyboard shortcuts

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