Documentation ¶ Overview ¶ templ: version: v0.2.513 Index ¶ func Card(opts ...Option) templ.Component type Option func WithAttrs(attrs templ.Attributes) Option func WithOptions(o Options) Option func WithStyle(style string) Option type Options func (opts Options) Card() templ.Component Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Card ¶ func Card(opts ...Option) templ.Component Types ¶ type Option ¶ type Option func(Options) Options func WithAttrs ¶ func WithAttrs(attrs templ.Attributes) Option func WithOptions ¶ func WithOptions(o Options) Option func WithStyle ¶ func WithStyle(style string) Option type Options ¶ type Options struct { Style string Attributes templ.Attributes } func (Options) Card ¶ func (opts Options) Card() templ.Component Source Files ¶ View all Source files card_templ.go options.go Click to show internal directories. Click to hide internal directories.