Skip to content

Commit

Permalink
Add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Dec 18, 2024
1 parent de6aa00 commit 3a5dd21
Show file tree
Hide file tree
Showing 3 changed files with 743 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ const docs: ComponentDocs = {
},
},
{
label: 'Table footers',
label: 'Column footers',
description: (
<Text>
A <Strong>TableFooter</Strong> can be provided, containing a{' '}
Expand Down Expand Up @@ -546,7 +546,7 @@ const docs: ComponentDocs = {
column3: 'Viverra',
},
])}
<Table label="Table column headings example">
<Table label="Table column widths example">
<TableHeader>
<TableRow>
<TableHeadCell width="content">
Expand Down Expand Up @@ -648,7 +648,7 @@ const docs: ComponentDocs = {
column3: 'Viverra',
},
])}
<Table label="Table column headings example">
<Table label="Table column limits example">
<TableHeader>
<TableRow>
<TableHeadCell width="content">
Expand Down Expand Up @@ -936,7 +936,7 @@ const docs: ComponentDocs = {
column3: 'Praesent',
},
])}
<Table label="Column visibility example">
<Table label="Column wrapping example">
<TableHeader>
<TableRow>
<TableHeadCell>
Expand Down
Loading

0 comments on commit 3a5dd21

Please sign in to comment.