Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Logo/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Logo icon is wrapped in UIKit Button, text is wrapped in HTML tag `a` or `div`,
| icon | | [IconProps['data']](https://github.com/gravity-ui/uikit/blob/610e49b6d4b9d1b4eae46841a9c1ab87ccc591fb/src/components/Icon/Icon.tsx#L26) | |
| iconClassName | HTML `class` attribute of the icon container | `string` | |
| iconSize | `width` and `height` attribute | `number` | `24` |
| iconSrc | HTML `src` attribute of the tag `img` | `string` | |
| iconSrc | HTML `src` attribute of the tag `img` | `string 🐎` | |
| onClick | Callback function called when the user clicks the Logo | `(event: React.MouseEvent<HTMLElement, MouseEvent>) => void` | |
| target | HTML `target` attribute of the tag `a` | `HTMLAttributeAnchorTarget` | `"_self"` |
| text | Text displays only when `compact` prop is `false` | `() => React.ReactNode` or `string` | |
Expand Down
Loading