0.1.0 • Published 8 years ago

vcl-data-grid v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

VCL data-grid

Data grid to present tabular data.

Features

This component does not use HTML table element and its inherent styling rules; instead its layout is based on a CSS flexbox.

Usage

basic example

Classes

  • vclDataGrid
  • vclDGRow
  • vclDGCell

Modifiers

  • vclDGAlignRight: align cell content to the right
  • vclDGAlignCentered: align cell content to the left
  • vclDGVAlignMiddle: vertically align cell content to the middle
  • vclDGVAlignBottom: vertically align cell content to the bottom

Variables

Demo

example.html on GH-pages.