Documentation
¶
Overview ¶
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
Index ¶
- func Article(a ArticleArgs) templ.Component
- func ArticleList(a ArticleListArgs) templ.Component
- func BackButton(link string) templ.Component
- func ChangelogContainer(args ChangelogContainerArgs) templ.Component
- func Footer(args FooterArgs) templ.Component
- func ForwardButton(link string) templ.Component
- func HeaderContainer() templ.Component
- func HeaderContent(args HeaderArgs) templ.Component
- func KBD(key string) templ.Component
- func LogoImg(args Logo) templ.Component
- func Navbar() templ.Component
- func NavbarActions() templ.Component
- func Prose() templ.Component
- func RSS(args RSSArgs) templ.Component
- func SearchButton(args SearchButtonArgs) templ.Component
- func SearchResult(h search.SearchResult) templ.Component
- func SearchResults(args SearchResultsArgs) templ.Component
- func Tag(name string) templ.Component
- func TagSelectors(tags []string) templ.Component
- func Theme(args ThemeArgs) templ.Component
- func Toast(t ToastType, msg string) templ.Component
- func ToastContainer() templ.Component
- type ArticleArgs
- type ArticleListArgs
- type ChangelogContainerArgs
- type FooterArgs
- type HeaderArgs
- type Logo
- type RSSArgs
- type SearchButtonArgs
- type SearchResultsArgs
- type ThemeArgs
- type ToastArgs
- type ToastType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Article ¶
func Article(a ArticleArgs) templ.Component
func ArticleList ¶
func ArticleList(a ArticleListArgs) templ.Component
func BackButton ¶ added in v0.6.0
func ChangelogContainer ¶
func ChangelogContainer(args ChangelogContainerArgs) templ.Component
Contains the article list and footer
func Footer ¶
func Footer(args FooterArgs) templ.Component
func ForwardButton ¶ added in v0.6.0
func HeaderContainer ¶
func HeaderContent ¶
func HeaderContent(args HeaderArgs) templ.Component
func NavbarActions ¶ added in v0.6.0
func SearchButton ¶ added in v0.6.0
func SearchButton(args SearchButtonArgs) templ.Component
func SearchResult ¶ added in v0.6.0
func SearchResult(h search.SearchResult) templ.Component
func SearchResults ¶ added in v0.6.0
func SearchResults(args SearchResultsArgs) templ.Component
func TagSelectors ¶ added in v0.6.0
func ToastContainer ¶ added in v0.6.0
Types ¶
type ArticleArgs ¶
type ArticleListArgs ¶
type ArticleListArgs struct {
Articles []ArticleArgs
}
type ChangelogContainerArgs ¶ added in v0.4.0
type FooterArgs ¶ added in v0.1.9
type FooterArgs struct {
}type HeaderArgs ¶
type HeaderArgs struct { Title apitypes.NullString Subtitle apitypes.NullString ShowBack bool }
type Logo ¶
type Logo struct { Src apitypes.NullString Width apitypes.NullString Height apitypes.NullString Alt apitypes.NullString Link apitypes.NullString }
type SearchButtonArgs ¶ added in v0.6.0
type SearchResultsArgs ¶ added in v0.6.0
type SearchResultsArgs struct { Query string Result search.SearchResults }
type ThemeArgs ¶ added in v0.1.5
type ThemeArgs struct {
ColorScheme apitypes.ColorScheme
}
Click to show internal directories.
Click to hide internal directories.