Tables

Bridge offers three table "types" which will style the table differently.

For information on Table style and usage guidelines, check out Table Design Guidelines.

Primary

The primary table will go here if we get to it.

NameFavorite ColorFavorite Number
SharkiraPink3
GillfunkelPurple72
Swim shadyYellow10000

Borderless Tables

You can change the type of the table with the prop type. For borderless, its type="borderless". The default table is type="primary"

NameFavorite ColorFavorite Number
SharkiraPink3
GillfunkelPurple72
Swim shadyYellow10000

Zebra Tables

Do you think Zebras neigh like horses, or make completely different sounds?

NameFavorite ColorFavorite Number
SharkiraPink3
GillfunkelPurple72
Swim shadyYellow10000

Common Props

Table includes COMMON and TYPOGRAPHY common props. Read Common Props for details and API. These common props will override component props such as the color.

Component Props

Prop nameTypeDefaultDescription
typeString'primary'variants of tables (primary, borderless, zebra)
themeObjectBridge Themeuse to override default bridge theme