Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 363 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 363 Bytes

Table

A table displays a collection of data in rows and columns. Tables not only offer a simple way to show numeric values, but can organize and provide access to lists of files, documents, and other content.

Getting started

yarn add @hig/table @hig/theme-context @hig/theme-data

Import the component

import Table from '@hig/table';