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 a lot of other fixes
- 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 Use vugu/js instead of syscall/js 1 year ago
components Add input field and a lot of other fixes 1 year ago
html Initial commit 1 year ago
icons Fix deliver icon 1 year ago
scripts/dev-server Rework colors and theming 1 year ago
static/css Add input field and a lot of other fixes 1 year ago
utils Add utils package 1 year ago
.gitignore Initial commit 1 year ago
LICENSE Change module name 1 year ago
README.md Change module name 1 year ago
component-address.vugu Add pagination component 1 year ago
component-address_vgen.go Add pagination component 1 year ago
component-icons.vugu Use em and rem for most sizes 1 year ago
component-icons_vgen.go Add input field and a lot of other fixes 1 year ago
generate.go Several changes 1 year ago
go.mod Improve overlay package 1 year ago
go.sum Improve overlay package 1 year ago
main_wasm.go Initial commit 1 year ago
page-colors.vugu Add input field and a lot of other fixes 1 year ago
page-colors_vgen.go Add input field and a lot of other fixes 1 year ago
page-home.vugu Add input field and a lot of other fixes 1 year ago
page-home_vgen.go Add input field and a lot of other fixes 1 year ago
page-icons.vugu Add input field and a lot of other fixes 1 year ago
page-icons_vgen.go Add input field and a lot of other fixes 1 year ago
page-input.go Add input field and a lot of other fixes 1 year ago
page-input.vugu Add input field and a lot of other fixes 1 year ago
page-input_vgen.go Add input field and a lot of other fixes 1 year ago
page-layout.go Add pagination component 1 year ago
page-layout.vugu Add pagination component 1 year ago
page-layout_vgen.go Add input field and a lot of other fixes 1 year ago
page-overlays.go Add input field and a lot of other fixes 1 year ago
page-overlays.vugu Add input field and a lot of other fixes 1 year ago
page-overlays_vgen.go Add input field and a lot of other fixes 1 year ago
page-settings.vugu Add pagination component 1 year ago
page-settings_vgen.go Add input field and a lot of other fixes 1 year ago
page-user.vugu Add pagination component 1 year ago
page-user_vgen.go Add input field and a lot of other fixes 1 year ago
root.go Add overlay package 1 year ago
root.vugu Add input field and a lot of other fixes 1 year ago
root_vgen.go Add input field and a lot of other fixes 1 year ago
router.go Add input field and a lot of other fixes 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.