Go to file
David Vogel 0dda9f7767 Several changes
- Remove license headers
- Update example pages
- Move ButtonNav into navigation package as SidebarEntry
- Add sidebar collapse and hide functionality
- Add click event
- Add click handler to button
- Add ButtonFullscreen to navigation package
- Fix resulting suffix space in CodeInline
- Fix CSS class of Code
- Update icon sketches.cdr
2023-05-12 12:57:42 +02:00
.vscode Several changes 2023-05-12 12:57:42 +02:00
components Several changes 2023-05-12 12:57:42 +02:00
html Initial commit 2023-05-08 20:43:07 +02:00
icons Several changes 2023-05-12 12:57:42 +02:00
scripts/dev-server Several changes 2023-05-12 12:57:42 +02:00
.gitignore Initial commit 2023-05-08 20:43:07 +02:00
generate.go Several changes 2023-05-12 12:57:42 +02:00
go.mod Fix module name again 2023-05-08 21:14:55 +02:00
go.sum Fix launch.json & improve page-icons 2023-05-09 12:29:13 +02:00
LICENSE Change module name 2023-05-08 21:12:42 +02:00
main_wasm.go Initial commit 2023-05-08 20:43:07 +02:00
page-icons_vgen.go Several changes 2023-05-12 12:57:42 +02:00
page-icons.vugu Several changes 2023-05-12 12:57:42 +02:00
README.md Change module name 2023-05-08 21:12:42 +02:00
root_vgen.go Several changes 2023-05-12 12:57:42 +02:00
root.go Several changes 2023-05-12 12:57:42 +02:00
root.vugu Several changes 2023-05-12 12:57:42 +02:00
router.go Several changes 2023-05-12 12:57:42 +02:00

D3vugu-components

A collection of useful components to be used with vugu.

Generate components

Use go generate ./... at the root of this repository to regenerate all components.

Run Vugu development server

Run go run ./scripts/dev-server.