@vcl/vcl
Version:
The whole VCL in one package
29 lines (18 loc) • 611 B
Markdown
# [VCL](https://vcl.github.io/vcl/) data-grid
Data grid to display tabular data.
## Features
A grid for tabular data based on a CSS flexbox.
The main limitation compared to the HTML `table` element is the
absence of col- and row-spans.
## Usage
[basic example](/demo/example.html)
## Classes
- `data-grid`
- `d-g-row`
- `d-g-cell`
## Modifiers
- `d-g-align-right`: align cell content to the right
- `d-g-align-centered`: align cell content to the left
- `d-g-v-align-middle`: vertically align cell content to the middle
- `d-g-v-align-bottom`: vertically align cell content to the bottom
## Variables