Link With Icon

Link component that renders an inline icon.
Access to Fuegokit npm packages, source code repositories, and some content is limited to Appfire staff. Log in with Slack to continue.

Links render a semantic <a> tag and are primarily used for navigation. They inherit their parent's font-size but that value can be over-ridden using the sx prop.

Usage

import {LinkWithIcon} from '@fuegokit/react'

Icon on the right (default)

Icon on the left

See also