Skip to content

Commit

Permalink
docs: add children prop
Browse files Browse the repository at this point in the history
  • Loading branch information
blasdfaa committed Aug 16, 2024
1 parent 81c7dc0 commit 49261b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Divider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ import {Divider, Flex, Container} from '@gravity-ui/uikit';
| :---------- | :-------------------------------------- | :---------------------- | :----------- |
| className | HTML `class` attribute | `string` | - |
| orientation | Sets the direction of divider | `horizontal - vertical` | `horizontal` |
| children | Custom content inside divider | `React.ReactNode` | |
| align | Custom content position | `start - center - end` | `start` |
| style | HTML `style` attribute | `React.CSSProperties` | |
| qa | HTML `data-qa` attribute, used in tests | `string` | |
Expand Down

0 comments on commit 49261b1

Please sign in to comment.