Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Fix Card/Card.Block docs re: scrollable props [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsJonQ committed Oct 13, 2017
1 parent 28c60ad commit af910fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/components/Card/docs/Block.md
Expand Up @@ -23,8 +23,10 @@ Note: It is highly recommended the `seamless` prop is used for the container `<C

| Prop | Type | Description |
| --- | --- | --- |
| onScroll | function | Callback function when inner Scrollable is scrolled. |
| bgMuted | boolean | Applies a muted background to the component. |
| className | string | Custom class names to be added to the component. |
| flex | boolean | Adds flexbox styles to the component. |
| scrollable | boolean | Integrates [Scrollable](../Scrollable) into the component. |
| scrollableRef | function | Retrieves the scrollable node. |
| size | string | Adjusts the size of the component. Default is `md`. |
2 changes: 0 additions & 2 deletions src/components/Card/docs/Card.md
Expand Up @@ -30,12 +30,10 @@ If a `to` or `href` prop is passed into the Card component, it will render the [
| onBlur | function | Callback when the component is blurred. |
| onClick | boolean or function | Callback when the component is clicked. |
| onFocus | function | Callback when the component is focused. |
| onScroll | function | Callback function when inner Scrollable is scrolled. |
| borderless | boolean | Removes the border from the component. |
| className | string | Custom class names to be added to the component. |
| flex | boolean | Adds flexbox styles to the component. |
| hover | boolean | Adds a hover style to the component. |
| href | string | Adds an `href` to the component. Transforms it into an `<a>` tag. |
| scrollableRef | function | Retrieves the scrollable node. |
| seamless | boolean | Removes the padding within the component. |
| selector | string | Determines the HTML tag for the component. Default is `div`. |

0 comments on commit af910fe

Please sign in to comment.