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
By default, the `rightIcon` for a `filled` button is set to `arrow-right`.
275
288
</ParamField>
276
289
290
+
<ParamField path="links" type="list of objects" required={false} toc={true}>
291
+
Array of link objects to display in the dropdown menu. This field is used when `type` is set to `dropdown`. Each link object can have the following properties:
292
+
- `text` (string): The text to display for the link
293
+
- `href` (string): The URL the link points to
294
+
- `icon` (string): Optional [Font Awesome icon](https://fontawesome.com/icons) to display to the left of the text
295
+
- `rightIcon` (string): Optional [Font Awesome icon](https://fontawesome.com/icons) to display to the right of the text
296
+
- `rounded` (boolean): When `true`, the link will have fully rounded borders
297
+
</ParamField>
298
+
277
299
## Footer links configuration
278
300
279
301
Add clickable social media and community links to your documentation site footer to improve discoverability and engagement.
0 commit comments