Documentation ¶ Index ¶ func Slot[T comparable](slot T, component templ.Component) func(Slots[T]) type Slots func New[T comparable](s ...func(Slots[T])) Slots[T] func (s Slots[T]) Slot(slot T) templ.Component Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Slot ¶ func Slot[T comparable](slot T, component templ.Component) func(Slots[T]) Types ¶ type Slots ¶ type Slots[T comparable] map[T]templ.Component func New ¶ func New[T comparable](s ...func(Slots[T])) Slots[T] func (Slots[T]) Slot ¶ func (s Slots[T]) Slot(slot T) templ.Component Source Files ¶ View all Source files slots.go Click to show internal directories. Click to hide internal directories.