You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`href`|`string`, `undefined`| If an `href` prop is passed to `InlineCode` it will be rendered with an `a` tag wrapping the `code` tag. Otherwise, it'll simply render as a `code` tag. ||
142
-
|`darkMode`|`boolean`| Determines if the component renders in dark mode |
143
-
|`baseFontSize`| `13|16` | font-size applied to typography element | default to value set by LeafyGreen Provider. |
|`href`|`string \| undefined`| If an `href` prop is passed to `InlineCode` it will be rendered with an `a` tag wrapping the `code` tag. Otherwise, it'll simply render as a `code` tag. ||
142
+
|`darkMode`|`boolean`| Determines if the component renders in dark mode ||
143
+
|`baseFontSize`|`13`\|`16`| font-size applied to typography element| Defaults to value set by LeafyGreen Provider. |
|`arrowAppearance`|`'hover'`, `'persist'`, `'none'`| Displays a right arrow adjacent to the anchor tag. When set to `persist` the arrow will always be present. When set to `hover`, the arrow will only appear when hovering over the arrow. |`'none'`|
176
-
|`hideExternalIcon`|`boolean`| Hides the external icon when the current host name is different from the host of the destination URL |`false`|
177
-
|`darkMode`|`boolean`| Determines if the component renders in dark mode |`false`|
178
-
|`as`|`keyof JSX.IntrinsicElements`| Element to render the component as. **Note**: This will supersede the behavior of any other props. |`'a'`|
179
-
|`baseFontSize`| `13 | 16` | font-size applied to typography element | default to value set by LeafyGreen Provider. |
180
-
181
-
_Note:_ If the current host name is different from the host of the destination URL, we will provide the "\_blank" value for the `target` prop. When the target is set to open in a new tab, we render an icon as a visual affordance.
|`arrowAppearance`|`'hover'`, `'persist'`, `'none'`| Displays a right arrow adjacent to the anchor tag. When set to `persist` the arrow will always be present. When set to `hover`, the arrow will only appear when hovering over the arrow. |`'none'`|
176
+
|`hideExternalIcon`|`boolean`| Hides the external icon when the current host name is different from the host of the destination URL |`false`|
177
+
|`darkMode`|`boolean`| Determines if the component renders in dark mode |`false`|
178
+
|`as`|`keyof JSX.IntrinsicElements`| Element to render the component as. **Note**: This will supersede the behavior of any other props. |`'a'`|
179
+
|`baseFontSize`|`13`\|`16`| font-size applied to typography element | Defaults to value set by LeafyGreen Provider. |
0 commit comments