Documentation ¶
Overview ¶
templ: version: v0.2.747
Index ¶
Constants ¶
View Source
const RootClassName = "navbar"
Variables ¶
This section is empty.
Functions ¶
func Show ¶
func Show(props NavbarProps) templ.Component
Types ¶
type BrandProps ¶
type DirectionType ¶
type DirectionType string
const Horizontal DirectionType = ""
const Vertical DirectionType = "flex-column align-items-stretch"
type NavbarProps ¶
type NavbarProps struct {}
func (NavbarProps) BuildClassNames ¶
func (nvp NavbarProps) BuildClassNames() (classes string)
type PlacementType ¶
type PlacementType string
const Default PlacementType = ""
const FixedBottom PlacementType = "fixed-bottom"
const FixedTop PlacementType = "fixed-top"
const StickyTop PlacementType = "sticky-top"
Click to show internal directories.
Click to hide internal directories.