Skip to content

Commit

Permalink
Recommendation for icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
miukimiu committed Apr 7, 2022
1 parent 8c91017 commit 28496cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src-docs/src/views/timeline/timeline_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,11 @@ export const TimelineExample = {
<li>
<EuiCode>icon</EuiCode>: main icon that appears on the left side.
Can be passed as any <EuiCode>IconType</EuiCode> string or custom
node.
node (e.g.{' '}
<Link to="/display/avatar">
<strong>EuiAvatar</strong>
</Link>
). It is recommended not to use an element larger than 40x40.
</li>
<li>
<EuiCode>children</EuiCode>: any node as the event content.
Expand Down

0 comments on commit 28496cb

Please sign in to comment.