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
Index ¶
- func Article(a ArticleArgs) templ.Component
- func ArticleList(a ArticleListArgs) templ.Component
- func ChangelogContainer() templ.Component
- func DefaultStyle() templ.Component
- func Footer() templ.Component
- func HeaderContainer() templ.Component
- func HeaderContent(args HeaderArgs) templ.Component
- func LogoImg(args Logo) templ.Component
- func Navbar() templ.Component
- func RSS(args RSSArgs) templ.Component
- type ArticleArgs
- type ArticleListArgs
- type HeaderArgs
- type Logo
- type RSSArgs
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 ChangelogContainer ¶
func DefaultStyle ¶
A wrapper to apply tailwind typography styles to the underlying texts
func HeaderContainer ¶
func HeaderContent ¶
func HeaderContent(args HeaderArgs) templ.Component
Types ¶
type ArticleArgs ¶
type ArticleListArgs ¶
type ArticleListArgs struct { Articles []ArticleArgs NextPageURL string }
type HeaderArgs ¶
type HeaderArgs struct { Title null.String Subtitle null.String }
Click to show internal directories.
Click to hide internal directories.