Documentation
¶
Overview ¶
templ: version: v0.3.1001
Package marketing contains reusable marketing page sections.
Index ¶
- func FeatureGrid(props FeatureGridProps) templ.Component
- func Footer(props FooterProps) templ.Component
- func Hero(props HeroProps) templ.Component
- func LandingPage(props LandingPageProps) templ.Component
- type Action
- type FeatureGridProps
- type FeatureItem
- type FooterProps
- type HeroProps
- type LandingPageProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FeatureGrid ¶
func FeatureGrid(props FeatureGridProps) templ.Component
func Footer ¶
func Footer(props FooterProps) templ.Component
func LandingPage ¶
func LandingPage(props LandingPageProps) templ.Component
Types ¶
type FeatureGridProps ¶
type FeatureGridProps struct {
Items []FeatureItem
}
type FeatureItem ¶
type FooterProps ¶
type FooterProps struct {
}
type LandingPageProps ¶
type LandingPageProps struct {
Hero HeroProps
Features FeatureGridProps
}
Click to show internal directories.
Click to hide internal directories.