Job Matches Card
Description
The Job Matches Card component is a comprehensive display of job matching statistics, providing an overview of new, saved, connected, and declined job opportunities. It includes a title, a brief explanation of privacy, and a grid of job stack blocks for different job statuses.
Parameters
Name | Type | Default | Description |
---|---|---|---|
newJobs | integer | 0 | The number of new job matches. |
savedJobs | integer | 0 | The number of saved job matches. |
connectedJobs | integer | 0 | The number of connected job matches. |
declinedJobs | integer | 0 | The number of declined job matches. |
totalJobs | integer | 0 | The total number of job matches across all categories. |
attributes | array | [] | Additional HTML attributes to be applied to the component container. |
Example
Job Matches
View All (0)Your information stays confidential until you swipe right or click Connect with an employer.
3
New
3
Saved
3
Connected
3
Declined
<x-uxlibrary.cards.job-matches-card
:new-jobs="3"
:saved-jobs="3"
:connected-jobs="3"
:declined-jobs="3"
/>