Matterway
    Preparing search index...

    Function link

    • Button link element.

      Parameters

      • props: LinkProps

        Configuration object

        • text

          Text to display on the link

        • onClick

          Function to call when the link is clicked

      Returns Element

      Basic usage:

      link({
      text: 'Click Here!',
      onClick: () => console.log('Link clicked!'),
      });