Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appreciated/grid-layout
Css Grid for Vaadin Flow
https://github.com/appreciated/grid-layout
css-grid vaadin-addon vaadin-flow
Last synced: 3 months ago
JSON representation
Css Grid for Vaadin Flow
- Host: GitHub
- URL: https://github.com/appreciated/grid-layout
- Owner: appreciated
- License: apache-2.0
- Created: 2019-01-19T23:44:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T17:50:44.000Z (10 months ago)
- Last Synced: 2024-10-10T18:48:49.697Z (3 months ago)
- Topics: css-grid, vaadin-addon, vaadin-flow
- Language: Java
- Homepage:
- Size: 638 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grid Layout
Vaadin 10 Java integration of https://www.w3schools.com/css/css_grid.asp
## Development instructions
Starting the test/demo server:
```
mvn jetty:run
```This deploys demo at http://localhost:8080
### Branching information
* `master` the latest version of the starter, using latest platform snapshot
* `V10` the version for Vaadin 10
* `V11` the version for Vaadin 11