Documentation ¶
Overview ¶
templ: version: v0.2.747
Index ¶
Constants ¶
View Source
const RootClassName = "carousel-control"
Variables ¶
This section is empty.
Functions ¶
func Show ¶
func Show(props CarouselControlProps) templ.Component
Types ¶
type CarouselControlProps ¶
type CarouselControlProps struct { base.ElementProps CarouselId string Text string Direction DirectionType }
func (CarouselControlProps) BuildClassNames ¶
func (cip CarouselControlProps) BuildClassNames() (classNames string)
type DirectionType ¶
type DirectionType string
const NextDirectionType DirectionType = "next"
const PreviousDirectionType DirectionType = "prev"
Click to show internal directories.
Click to hide internal directories.