- ProblemDetailsCard - Problem category, urgency, and description * Shows the categorized problem with urgency level and customer’s verbatim description.
Props
ProblemDetails
required
problem
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import { ProblemDetailsCard } from '@/components/ProblemDetailsCard';
export default function Example() {
return (
<ProblemDetailsCard problem={problem} />
);
}