Search
Ctrl + K
Highlight part of the text
Source
Docs
Package
Highlight this chunk of the text
import { Text, Mark } from '@mantine/core'; function Demo() { return ( <Text> Highlight <Mark>this chunk</Mark> of the text </Text> ); }
List
Table