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
Index ¶
- func Clock(data ClockData) templ.Component
- func Error(data ErrorData) templ.Component
- func Home(data PageData) templ.Component
- func Image(data PageData) templ.Component
- func ImageFitContain(ImageData, imageFit string) templ.Component
- func ImageFitCover(ImageData, imageFit string) templ.Component
- func ImageFitNone(ImageData, imageFit string) templ.Component
- type ClockData
- type ErrorData
- type PageData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImageFitContain ¶
func ImageFitCover ¶
func ImageFitNone ¶
Types ¶
type PageData ¶
type PageData struct { // KioskVersion the current build version of Kiosk KioskVersion string // ImageID id of image to be displayed ImageID string // ImageData image as base64 data ImageData string // ImageData blurred image as base64 data ImageBlurData string // Date image date ImageDate string // URL queries Queries url.Values // instance config config.Config }
Click to show internal directories.
Click to hide internal directories.