Documentation
¶
Overview ¶
templ: version: v0.3.960
templ: version: v0.3.960
templ: version: v0.3.960
templ: version: v0.3.960
templ: version: v0.3.960
Index ¶
- func Details(arg DetailsArgs) templ.Component
- func Error(args ErrorArgs) templ.Component
- func Index(arg IndexArgs) templ.Component
- func PasswordProtection(args PasswordProtectionArgs) templ.Component
- func PasswordProtectionError(msg string) templ.Component
- func Widget(arg WidgetArgs) templ.Component
- func WidgetError(err error) templ.Component
- type DetailsArgs
- type ErrorArgs
- type IndexArgs
- type PasswordProtectionArgs
- type WidgetArgs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Details ¶ added in v0.6.0
func Details(arg DetailsArgs) templ.Component
func PasswordProtection ¶ added in v0.3.0
func PasswordProtection(args PasswordProtectionArgs) templ.Component
func PasswordProtectionError ¶ added in v0.3.0
func Widget ¶ added in v0.4.0
func Widget(arg WidgetArgs) templ.Component
func WidgetError ¶ added in v0.4.0
Types ¶
type DetailsArgs ¶ added in v0.6.0
type DetailsArgs struct {
layout.MainArgs
components.ThemeArgs
components.RSSArgs
components.Logo
components.HeaderArgs
components.ArticleArgs
Prev components.ArticleArgs
Next components.ArticleArgs
ShowSearchButton bool
components.SearchButtonArgs
}
type IndexArgs ¶
type IndexArgs struct {
layout.MainArgs
components.ThemeArgs
components.RSSArgs
components.Logo
components.ChangelogContainerArgs
components.HeaderArgs
components.ArticleListArgs
ShowSearchButton bool
components.SearchButtonArgs
}
type PasswordProtectionArgs ¶ added in v0.3.0
type PasswordProtectionArgs struct {
Error string
CSS string
components.ThemeArgs
}
type WidgetArgs ¶ added in v0.4.0
type WidgetArgs struct {
CSS string
components.ChangelogContainerArgs
components.HeaderArgs
components.ArticleListArgs
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.