navbar

package
v0.0.0-...-3341fa3 Latest Latest
Warning

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

Go to latest
Published: May 17, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

templ: version: v0.2.680

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(opts ...OptFunc) templ.Component

Types

type MenuItem struct {
	Icon  string
	Title string
	Link  string
}

type Opt

type Opt struct {
	BrandName string
	BrandLink string
	MenuItems []MenuItem
}

type OptFunc

type OptFunc func(*Opt)
func WithBrandLogo(logo string) OptFunc

func WithBrandName

func WithBrandName(name string) OptFunc

func WithBrandURL

func WithBrandURL(link string) OptFunc

func WithMenu

func WithMenu(items []MenuItem) OptFunc

Jump to

Keyboard shortcuts

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