Attorney time-entry log with a client header, rate, dated task rows, and a bold total in the footer.
New here? Read the installation guide.
import { Legal24 } from "@/components/beste/piece/legal24";
<Legal24
client="Kestrel Labs · M&A advisory"
rate="$650 / hour"
entries={[
{
"date": "Apr 21",
"task": "Redline of Schedule B",
"hours": "2.4"
},
{
"date": "Apr 22",
"task": "Call with opposing counsel",
"hours": "1.1"
},
{
"date": "Apr 23",
"task": "Drafting regulatory memo",
"hours": "3.8"
}
]}
total="7.3 h · $4,745.00"
/>Attorney profile with an avatar, firm line, practice-area chips, and a bar number plus rating footer.
Engagement deliverables panel with due-date rows and pending, progress, delivered, or overdue pills.
Contract overview card listing the title, reference code, parties, effective date, and a status pill.
Document row whose icon and pill shift across draft, review, signed, expired, and voided states.