Urgent Priority
URGENT
CRM Layout Draft
Designing the basic structure of the CRM dashboard. Focus on organizing customer data...
In Progress
8
4
12
1<PriorityCard2 title="CRM Layout Draft"3 description="Designing the basic structure of the CRM dashboard. Focus on organizing customer data..."All Priority Levels
URGENT
Server Migration
Critical migration to new infrastructure before deadline...
In Progress
12
3
8
HIGH
API Integration
Connect third-party payment gateway for checkout flow...
Review
6
2
4
MEDIUM
UI Polish
Fine-tune animations and micro-interactions...
Pending
4
1
6
LOW
Documentation
Update API docs with new endpoints...
Completed
2
5
3
1<PriorityCard priority="urgent" ... />2<PriorityCard priority="high" ... />3<PriorityCard priority="medium" ... />Installation
npx zeroui@latest add priority-cardProps
| name | type | default | description |
|---|---|---|---|
| title | string | - | - |
| description | string | - | - |
| priority | "urgent" | "high" | "medium" | "low" | "urgent" | - |
| status | "In Progress" | "Completed" | "Pending" | "Review" | "In Progress" | - |
| comments | number | 0 | - |
| links | number | 0 | - |
| attachments | number | 0 | - |
| date | string | - | - |
| assignees | string[] | [] | - |