Case Citations

Authority list panel where each citation sits on an amber-ruled block with court and holding lines.

Relevant authority
Smith v. Beste Labs, 42 F.4th 318 (2d Cir. 2023)Second CircuitApplied heightened standard to data-retention claims.
In re Kestrel Sec. Litig., 2024 WL 118822S.D.N.Y.Denied motion to dismiss on reliance pleading.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
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."
    }
  ]}
/>