Description
Parameters
| Name | Type | Default | Description | 
|---|
Example
New Match
        High
    
Family Medicine Physician - Urgent Care
                Foundation Health Partners
        Fairbanks Memorial Hospital
        Fairbanks, AK
        Starting $195,000
        
<x-uxlibrary.cards.action-card-match matchLevel="high" opportunityMatch="abc1234">
    <div class="flex flex-col gap-2 h-full">
        <div class="beginly-text text-xl flex-grow">Family Medicine Physician - Urgent Care</div>
        <x-uxlibrary.common.opportunity-fact-bullets
            employer="Foundation Health Partners"
            location="Fairbanks Memorial Hospital"
            city="Fairbanks"
            state="AK"
            salary="$195,000"
            color="slate-500"
        />
    </div>
</x-uxlibrary.cards.action-card-match>