@spark-web/highlight-card
v0.1.0
Published
A card with a gradient primary-color border, used to draw attention to important content like results or recommendations.
Readme
@spark-web/highlight-card
A card with a gradient primary-color border, used to draw attention to important content like results or recommendations.
Usage
import { HighlightCard } from '@spark-web/highlight-card';
<HighlightCard title="Results">
The application has been reviewed and meets all requirements.
</HighlightCard>;