Skip to content

“Skip down” link

Laura Kalbag edited this page May 23, 2023 · 1 revision

Our docs pages are very long, and sometimes its useful to be able to skip to further down on the page. We use the skip down link component to help our readers skip past Stately Studio content to get to XState content.

Example of a skip down link which is centered, with a horizontal line running behind the link and down arrows on either side of the text.

  • text: The link’s text. Make it descriptive!
  • link: Link to the content. Both absolute URLs and IDs are accepted.
<SkipDownLink
  text="Jump to learning more about context in XState"
  link="#initial-context"
/>