Authority list panel where each citation sits on an amber-ruled block with court and holding lines.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Legal23 } from "@/components/beste/piece/legal23";
<Legal23
title="Relevant authority"
citations={[
{
"label": "Smith v. Beste Labs, 42 F.4th 318 (2d Cir. 2023)",
"court": "Second Circuit",
"holding": "Applied heightened standard to data-retention claims."
},
{
"label": "In re Kestrel Sec. Litig., 2024 WL 118822",
"court": "S.D.N.Y.",
"holding": "Denied motion to dismiss on reliance pleading."
}
]}
/>