Illustrative Mathematics® Learn Math for life
ComponentsLinks

InlineLink

A styled inline link component for text-based navigation

done

Overview

This component is a styled anchor element designed for inline text navigation within content, not for standalone navigation elements. It provides a consistent visual style for links while maintaining accessibility and supporting external link behavior.

Examples

Basic Usage

The simplest usage requires only href and children props.

Learn more about our design system and how to use it effectively.

Open in New Tab

Use the openInNewTab prop to open links in a new browser tab. This is particularly useful for external links.

Visit the

official documentation

for more information.

Import

import { InlineLink } from '@im/integral/components/styled';

Props

Prop

Type