Skip to content

Commit

Permalink
feat: fix review from Quentin
Browse files Browse the repository at this point in the history
  • Loading branch information
pereag committed Feb 26, 2024
1 parent ffbba4a commit 9a1a22f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/components/01-card-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ import { GitHubLogo } from '../../src/icons/GitHubLogo';

## Props

| Name | Type | Default | Description |
| -------------------- | ------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| children <Required/> | `ReactNode[]` | - | Table of items to be displayed in the component's list. |
| h | `string` | - | Height of component props from [scrollArea props](https://v6.mantine.dev/core/scroll-area/?t=props) from Mantine. If the component's height is smaller than its content, a vertical scrollbar appears. |
| separator | `boolean` | `true` | Enable or disable the display of the separator between items. |
| gap | `MantineNumberSize` | `"xl"` | Space between items. |
| stackProps | `stackProps` | - | Allows access to the props of the sub-component Stack. |
| ... | | - | Extends [ScrollArea props](https://v6.mantine.dev/core/scroll-area/?t=props) from Mantine |
| Name | Type | Default | Description |
| -------------------- | ------------------- | ------- | ----------------------------------------------------------------------------------------- |
| children <Required/> | `ReactNode[]` | - | Table of items to be displayed in the component's list. |
| separator | `boolean` | `true` | Enable or disable the display of the separator between items. |
| gap | `MantineNumberSize` | `"xl"` | Space between items. |
| stackProps | `stackProps` | - | Allows access to the props of the sub-component Stack. |
| ... | | - | Extends [ScrollArea props](https://v6.mantine.dev/core/scroll-area/?t=props) from Mantine |

0 comments on commit 9a1a22f

Please sign in to comment.