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 66b229c929 Make ValueBindAny to work with basic types 11 months ago
.vscode Rework value and list binder 11 months ago
components Make ValueBindAny to work with basic types 11 months ago
html Initial commit 1 year ago
icons Add icons 11 months ago
scripts/dev-server Rework colors and theming 1 year ago
static/css Support button to bind to boolean variables 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 Add icons 11 months ago
component-icons_vgen.go Add icons 11 months 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 ContainerHorizontal 12 months ago
page-colors_vgen.go Add ContainerHorizontal 12 months ago
page-home.vugu Remove margin from input elements 1 year ago
page-home_vgen.go Remove margin from input elements 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 TextArea component 11 months ago
page-input.vugu Rework value and list binder 11 months ago
page-input_vgen.go Rework value and list binder 11 months ago
page-layout.go Rename handlePagination to handlePaginate 12 months ago
page-layout.vugu Rename handlePagination to handlePaginate 12 months ago
page-layout_vgen.go Rename handlePagination to handlePaginate 12 months ago
page-overlays.go Change AddToast to use EventEnv instead of Event 12 months ago
page-overlays.vugu Change AddToast to use EventEnv instead of Event 12 months ago
page-overlays_vgen.go Change AddToast to use EventEnv instead of Event 12 months 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 Change example root.vugu to use correct height 11 months ago
root_vgen.go Change example root.vugu to use correct height 11 months 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.