Skip to main content
  • ProblemDetailsCard - Problem category, urgency, and description * Shows the categorized problem with urgency level and customer’s verbatim description.

Props

problem
ProblemDetails
required
problem

Usage

import { ProblemDetailsCard } from '@/components/ProblemDetailsCard';

export default function Example() {
  return (
    <ProblemDetailsCard problem={problem} />
  );
}