Mark

Highlight part of the text

Import

Usage

Highlight this chunk of the text

Color
import { Text, Mark } from '@mantine/core';

function Demo() {
  return (
    <Text>
      Highlight <Mark>this chunk</Mark> of the text
    </Text>
  );
}