Explore the usage of the Highlight
component to emphasize content in your applications.
Below is an example of how to use the Highlight
component to highlight important information.
1 import Highlight from '@/shared/component/Highlight';
2
3 <Highlight>Important Text Here</Highlight>