Documentation
¶
Index ¶
- func Carousel(props ...Props) templ.Component
- func Content(props ...ContentProps) templ.Component
- func Indicators(props ...IndicatorsProps) templ.Component
- func Item(props ...ItemProps) templ.Component
- func Next(props ...NextProps) templ.Component
- func Previous(props ...PreviousProps) templ.Component
- func Script() templ.Component
- type ContentProps
- type IndicatorsProps
- type ItemProps
- type NextProps
- type PreviousProps
- type Props
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Content ¶
func Content(props ...ContentProps) templ.Component
func Indicators ¶
func Indicators(props ...IndicatorsProps) templ.Component
func Previous ¶
func Previous(props ...PreviousProps) templ.Component
Types ¶
type ContentProps ¶
type ContentProps struct {
ID string
Class string
Attributes templ.Attributes
}
type IndicatorsProps ¶
type IndicatorsProps struct {
ID string
Class string
Attributes templ.Attributes
Count int
}
type PreviousProps ¶
type PreviousProps struct {
ID string
Class string
Attributes templ.Attributes
}
Click to show internal directories.
Click to hide internal directories.