footer

package
v0.0.21 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 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 Footer(props ...Props) templ.Component

Footer renders a <footer class="footer"> container.

func Title

func Title(props ...TitleProps) templ.Component

Title renders an <h6 class="footer-title">.

Types

type Direction

type Direction string
const (
	DirectionDefault    Direction = ""
	DirectionHorizontal Direction = "footer-horizontal"
	DirectionVertical   Direction = "footer-vertical"
)

type Props

type Props struct {
	ID         string
	Class      string
	Attributes templ.Attributes
	Direction  Direction
	Center     bool
}

type TitleProps

type TitleProps struct {
	Class      string
	Attributes templ.Attributes
}

Jump to

Keyboard shortcuts

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