Skip to content

Files

Latest commit

nfinitesetEric Fung
and
Eric Fung
May 18, 2018
bc77f56 · May 18, 2018

History

History
30 lines (18 loc) · 638 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 638 Bytes

Table

Tables represent tabular data in columns and rows.

Read more about when and how to use the Table component on the internal wiki.

Getting started

Install the package

yarn add @hig/table

Import the component and CSS

import Table from '@hig/table';
import '@hig/table/build/index.css';

Basic usage

Contributors

This component is based on the work by Neo Nie on the BIM 360 Volantis Team.