Function link

  • Renders a button link element.

    Parameters

    • props: LinkProps

      Configuration object for the header bar

    Returns Element

    A JSX element representing the link component

    Basic usage:

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