We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821b363 commit d832553Copy full SHA for d832553
src/components/Logo/Readme.md
@@ -14,7 +14,7 @@ Logo icon is wrapped in UIKit Button, text is wrapped in HTML tag `a` or `div`,
14
| icon | | [IconProps['data']](https://github.com/gravity-ui/uikit/blob/610e49b6d4b9d1b4eae46841a9c1ab87ccc591fb/src/components/Icon/Icon.tsx#L26) | |
15
| iconClassName | HTML `class` attribute of the icon container | `string` | |
16
| iconSize | `width` and `height` attribute | `number` | `24` |
17
-| iconSrc | HTML `src` attribute of the tag `img` | `string` | |
+| iconSrc | HTML `src` attribute of the tag `img` | `string 🐎` | |
18
| onClick | Callback function called when the user clicks the Logo | `(event: React.MouseEvent<HTMLElement, MouseEvent>) => void` | |
19
| target | HTML `target` attribute of the tag `a` | `HTMLAttributeAnchorTarget` | `"_self"` |
20
| text | Text displays only when `compact` prop is `false` | `() => React.ReactNode` or `string` | |
0 commit comments