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
114a7d893c
- Add input field and general data binding - Rename SymbolSlot to IconSlot - Remove d3c-color-accent - Update icons page - Add input example page - Update button to support highlighting - Update navigation entry to support highlighting - Add d3c-button-only-icon to button and let sidebar use that - Use d3c-button-transparent in sidebar - Add focus indicator to buttons - Rename CSS color variables and change definition of some - Let pagination use input:Button - Add some padding to the inline code component |
1 year ago | |
---|---|---|
.vscode | 1 year ago | |
components | 1 year ago | |
html | 1 year ago | |
icons | 1 year ago | |
scripts/dev-server | 1 year ago | |
static/css | 1 year ago | |
utils | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
component-address.vugu | 1 year ago | |
component-address_vgen.go | 1 year ago | |
component-icons.vugu | 1 year ago | |
component-icons_vgen.go | 1 year ago | |
generate.go | 1 year ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
main_wasm.go | 1 year ago | |
page-colors.vugu | 1 year ago | |
page-colors_vgen.go | 1 year ago | |
page-home.vugu | 1 year ago | |
page-home_vgen.go | 1 year ago | |
page-icons.vugu | 1 year ago | |
page-icons_vgen.go | 1 year ago | |
page-input.go | 1 year ago | |
page-input.vugu | 1 year ago | |
page-input_vgen.go | 1 year ago | |
page-layout.go | 1 year ago | |
page-layout.vugu | 1 year ago | |
page-layout_vgen.go | 1 year ago | |
page-overlays.go | 1 year ago | |
page-overlays.vugu | 1 year ago | |
page-overlays_vgen.go | 1 year ago | |
page-settings.vugu | 1 year ago | |
page-settings_vgen.go | 1 year ago | |
page-user.vugu | 1 year ago | |
page-user_vgen.go | 1 year ago | |
root.go | 1 year ago | |
root.vugu | 1 year ago | |
root_vgen.go | 1 year ago | |
router.go | 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
.