breadcrumbs

package
v0.0.39 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

templ: version: v0.3.977

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Breadcrumbs(props ...Props) templ.Component

Breadcrumbs renders a DaisyUI breadcrumbs navigation wrapper. Use Item children to populate the breadcrumb trail.

func Item

func Item(props ...ItemProps) templ.Component

Item renders a breadcrumb list item. If Href is set, it renders as a link.

Types

type ItemProps

type ItemProps struct {
	Href       string
	Class      string
	Attributes templ.Attributes
}

ItemProps configures a single breadcrumb item.

type Props

type Props struct {
	ID         string
	Class      string
	Attributes templ.Attributes
}

Props configures the breadcrumbs container.

Jump to

Keyboard shortcuts

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