learnlytics-go/templ/examples/integration-go-echarts/components.templ

15 lines
224 B
Plaintext
Raw Permalink Normal View History

2025-03-20 12:35:13 +01:00
package main
import "github.com/go-echarts/go-echarts/v2/charts"
templ Home(chart *charts.Bar) {
<html>
<head>
<title>Bar chart</title>
</head>
<body>
@ConvertChartToTemplComponent(chart)
</body>
</html>
}