Documentation ¶
Overview ¶
templ: version: v0.2.501
Index ¶
Constants ¶
View Source
const ( LinkType = "link" HTMXType = "htmx" FormSubmitType = "submit" )
Variables ¶
This section is empty.
Functions ¶
func BasicButton ¶
func BasicButton(id, label string, opts ...ButtonOpts) templ.Component
Types ¶
type ButtonOpts ¶
func HrefOpt ¶
func HrefOpt(href string) ButtonOpts
func LinkOpt ¶
func LinkOpt() ButtonOpts
func WithClass ¶
func WithClass(className string) ButtonOpts
type StyleOption ¶
func WithColor ¶
func WithColor(color string) StyleOption
Click to show internal directories.
Click to hide internal directories.