feat: Generate from web-types.json

This commit is contained in:
2026-01-01 14:41:31 -05:00
parent ec87807487
commit 4908605cf3
129 changed files with 39460 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ var componentTemplate = `// Code generated by wa-generator. DO NOT EDIT.
package {{ .Package }}
import (
"github.com/a]h/templ"
"github.com/a-h/templ"
)
{{- $name := stripWa .Element.Name | toPascal }}