Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.renchi.ai/llms.txt

Use this file to discover all available pages before exploring further.

  • 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} />
  );
}