You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
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
1 year ago
.vscode Several changes 1 year ago
components Several changes 1 year ago
html Initial commit 1 year ago
icons Several changes 1 year ago
scripts/dev-server Several changes 1 year ago
.gitignore Initial commit 1 year ago
LICENSE Change module name 1 year ago
README.md Change module name 1 year ago
generate.go Several changes 1 year ago
go.mod Fix module name again 1 year ago
go.sum Fix launch.json & improve page-icons 1 year ago
main_wasm.go Initial commit 1 year ago
page-icons.vugu Several changes 1 year ago
page-icons_vgen.go Several changes 1 year ago
root.go Several changes 1 year ago
root.vugu Several changes 1 year ago
root_vgen.go Several changes 1 year ago
router.go Several changes 1 year ago

README.md

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.