) {
return (
);
}
+/**
+ * Title component for the sheet dialog.
+ * Renders the main heading of the sheet with consistent styling.
+ */
export function SheetTitle({
className,
...props
@@ -132,6 +177,10 @@ export function SheetTitle({
);
}
+/**
+ * Description component for the sheet dialog.
+ * Renders supplementary text or description with consistent styling.
+ */
export function SheetDescription({
className,
...props