breadcrumb

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Demo added in v0.0.6

func Demo() app.UI

Types

type Basic

type Basic struct {
	app.Compo
}

func (*Basic) Render

func (c *Basic) Render() app.UI
type BreadCrumb struct {
	ID        string
	AriaLabel string
	Children  []ui.UI
	ClassName []string
}
func (b *BreadCrumb) UI() app.UI

type Heading added in v0.0.6

type Heading struct {
	Children  []app.UI
	ClassName []string
	//Component string
	Active bool
	//DropDown  bool
	Target string
	To     string
}

func (*Heading) UI added in v0.0.6

func (h *Heading) UI() app.UI

type Item added in v0.0.6

type Item struct {
	Children  []app.UI
	ClassName []string
	//Component string
	Active bool
	//DropDown  bool
	Target string
	To     string
}

func (*Item) UI added in v0.0.6

func (i *Item) UI() app.UI

type WithButtons

type WithButtons struct {
	app.Compo
}

func (*WithButtons) Render

func (c *WithButtons) Render() app.UI

type WithDropdown

type WithDropdown struct {
	app.Compo
}

func (*WithDropdown) Render

func (c *WithDropdown) Render() app.UI

type WithHeading

type WithHeading struct {
	app.Compo
}

func (*WithHeading) Render

func (c *WithHeading) Render() app.UI
type WithoutHomeLink struct {
	app.Compo
}

func (*WithoutHomeLink) Render

func (c *WithoutHomeLink) Render() app.UI

Jump to

Keyboard shortcuts

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