Documentation
¶
Overview ¶
templ: version: v0.3.943
Index ¶
- func CircularProgress(fraction float64, status Status, size int, showIcon bool) templ.Component
- func CircularProgressWithLabel(fraction float64, status Status, size int, showIcon bool, label string) templ.Component
- func LargeProgress(fraction float64, status Status) templ.Component
- func LargeProgressWithLabel(fraction float64, status Status, label string) templ.Component
- func Progress(fraction float64, status Status) templ.Component
- func ProgressWithLabel(fraction float64, status Status, label string) templ.Component
- func SmallComplete() templ.Component
- func SmallFailed() templ.Component
- func SmallPending() templ.Component
- func SmallRunning(fraction float64) templ.Component
- type Status
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CircularProgress ¶
CircularProgress renders a basic circular progress indicator
func CircularProgressWithLabel ¶
func CircularProgressWithLabel(fraction float64, status Status, size int, showIcon bool, label string) templ.Component
CircularProgressWithLabel adds a text label below the progress indicator
func LargeProgress ¶
Large variants
func LargeProgressWithLabel ¶
func ProgressWithLabel ¶
WithLabel variants
func SmallComplete ¶
func SmallFailed ¶
func SmallRunning ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.