D3vugu-components/.vscode/settings.json
David Vogel e9c2353da3 Add utils package
- Add AttributesAppend type
- Add icon class and add styles to icons
- Change elements to use AttributesAppend in vg-attr
- Move example icons into their own component
2023-05-15 08:58:12 +02:00

22 lines
456 B
JSON

{
"cSpell.words": [
"Dadido",
"domrender",
"Fullscreen",
"ldflags",
"Segoe",
"simplehttp",
"vgrouter",
"Vogel",
"vugu",
"vugugen"
],
"licenser.author": "David Vogel",
"licenser.license": "MIT",
"licenser.projectName": "D3vugu-components",
"go.toolsEnvVars": {
"GOOS": "js",
"GOARCH": "wasm"
},
"liveServer.settings.port": 5501
}