Documentation
¶
Overview ¶
templ: version: v0.2.639
templ: version: v0.2.639
templ: version: v0.2.639
Index ¶
- func Alerts() templ.Component
- func CollapseWrapper() templ.Component
- func Error(err error) templ.Component
- func TimezoneOptions() templ.Component
- func WrapArrIfNotEmpty[T any, M Array[T]](f func(M) templ.Component, arr M) templ.Component
- func WrapMapIfNotEmpty[T any, E comparable, M Map[T, E]](f func(M) templ.Component, arr M) templ.Component
- type Array
- type Map
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollapseWrapper ¶
func TimezoneOptions ¶
func WrapArrIfNotEmpty ¶
func WrapMapIfNotEmpty ¶
Types ¶
type Map ¶
type Map[T any, K comparable] interface { ~map[K]T }
Click to show internal directories.
Click to hide internal directories.