Renders details of a given entity.

Example

import {Card} from "@use-pico/client";

const MyCard = () => {
return <Card
items={[
{
id: "name",
label: "Name",
render: ({entity}) => entity.name,
}
]}
entity={entity}
/>
}

Index

Interfaces

Type Aliases