Go to file
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
2023-05-25 15:59:13 +02:00
.vscode Use vugu/js instead of syscall/js 2023-05-16 18:39:12 +02:00
components Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
html Initial commit 2023-05-08 20:43:07 +02:00
icons Fix deliver icon 2023-05-18 17:31:15 +02:00
scripts/dev-server Rework colors and theming 2023-05-18 13:55:48 +02:00
static/css Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
utils Add utils package 2023-05-15 08:58:12 +02:00
.gitignore Initial commit 2023-05-08 20:43:07 +02:00
component-address_vgen.go Add pagination component 2023-05-16 18:10:24 +02:00
component-address.vugu Add pagination component 2023-05-16 18:10:24 +02:00
component-icons_vgen.go Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
component-icons.vugu Use em and rem for most sizes 2023-05-15 10:22:29 +02:00
generate.go Several changes 2023-05-12 12:57:42 +02:00
go.mod Improve overlay package 2023-05-19 23:45:39 +02:00
go.sum Improve overlay package 2023-05-19 23:45:39 +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-colors_vgen.go Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
page-colors.vugu Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
page-home_vgen.go Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
page-home.vugu Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
page-icons_vgen.go Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
page-icons.vugu Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
page-input_vgen.go Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
page-input.go Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
page-input.vugu Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
page-layout_vgen.go Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
page-layout.go Add pagination component 2023-05-16 18:10:24 +02:00
page-layout.vugu Add pagination component 2023-05-16 18:10:24 +02:00
page-overlays_vgen.go Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
page-overlays.go Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
page-overlays.vugu Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
page-settings_vgen.go Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
page-settings.vugu Add pagination component 2023-05-16 18:10:24 +02:00
page-user_vgen.go Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
page-user.vugu Add pagination component 2023-05-16 18:10:24 +02:00
README.md Change module name 2023-05-08 21:12:42 +02:00
root_vgen.go Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
root.go Add overlay package 2023-05-18 23:17:17 +02:00
root.vugu Add input field and a lot of other fixes 2023-05-25 15:59:13 +02:00
router.go Add input field and a lot of other fixes 2023-05-25 15:59:13 +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.