Skip to content

Files

Latest commit

a9353e4 · Jun 16, 2025

History

History
15 lines (7 loc) · 927 Bytes

03_grid.md

File metadata and controls

15 lines (7 loc) · 927 Bytes

Grid layout

This chapter is about the technical background of the dynamic grid system which visualizes grids and grid elements in AsTeRICS Grid.

The implementation using the GridList library was replaced by vue-css-grid-layout, see issue #451.

For convenience reasons vue-css-grid-layout is developed directly within AsTeRICS Grid in folder src/vue-components/grid-layout, the vue-css-grid-layout contains a copy in order to be usable as standalone library in other projects.

See detailed docs in the Readme vue-css-grid-layout repository.

← Previous Chapter Next Chapter →

Back to Overview