Skip to main content

Table

Components

The Table component family provides the following components:

Table

A component set CSS classes to make your tables look better

You can import the Table component from the table component family in the @freesewing/react package:

Javascript
import { Table } from "@freesewing/react/components/Table"

TableWrapper

A component to help embed tables into a page Tables on mobile will almost always break the layout unless we set the overflow behaviour explicitly. This component takes care of that.

You can import the TableWrapper component from the table component family in the @freesewing/react package:

Javascript
import { TableWrapper } from "@freesewing/react/components/Table"