Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 399 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 399 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 @weave-design/table @weave-design/theme-context @weave-design/theme-data

Import the component

import Table from '@weave-design/table';