Skip to content

Commit

Permalink
remove non-existing variants
Browse files Browse the repository at this point in the history
  • Loading branch information
aromko committed Feb 23, 2024
1 parent 562af72 commit 284fd8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/content/components/collection/table/table.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ import { Table } from '@marigold/components';

### Compact variant

In this example you can see the size `compact` from the theme b2b. It reduces the cell spacing. There is also another size, which is called `expaned`, which enlarges the cells.
The `core-Theme` has also two variants called `tableLines` and `tableBorder`.
In this example you can see the size `compact` from the theme b2b. It reduces the cell spacing. There is also another size, which is called `expanded`, which enlarges the cells.

<ComponentDemo file="./table-compact.demo.tsx" />

Expand Down

0 comments on commit 284fd8e

Please sign in to comment.