Documentation ¶
Overview ¶
templ: version: 0.2.476
templ: version: 0.2.476
templ: version: 0.2.476
templ: version: 0.2.476
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Files embed.FS
Functions ¶
func Day ¶
func Day(m DayViewModel) templ.Component
func HomePage ¶
func HomePage(m HomeViewModel) templ.Component
func Month ¶
func Month(m MonthViewModel) templ.Component
Types ¶
type DayViewModel ¶
type HomeViewModel ¶
type HomeViewModel struct {
Months []MonthViewModel
}
func NewHomeViewModel ¶
func NewHomeViewModel(es []cal.Event) HomeViewModel
type MonthViewModel ¶
type MonthViewModel struct { Month string Days []DayViewModel StartingWeekday int }
Click to show internal directories.
Click to hide internal directories.