🌟 Highlight Component

Explore the usage of the Highlight component to emphasize content in your applications.

Example Highlight Usage

Below is an example of how to use the Highlight component to highlight important information.

Example Highlight Component Usage
1 import Highlight from '@/shared/component/Highlight';
2 
3 <Highlight>Important Text Here</Highlight>
Utilize the Highlight component to draw attention to key details and enhance the readability of your content.🚀