Skip to content

CommentsBanner

CommentsBanner highlights a comment summary with a comment icon, optional timestamp, and supporting description text.

Code
import { CommentsBanner } from "@falcon/ui-kit/dist/legacy";
export function Example() {
return (
<CommentsBanner
description="Thanks in advance, looking forward to another successful year!"
timeStamp="Time Stamp"
/>
);
}
Code
import { CommentsBanner } from "@falcon/ui-kit/dist/legacy";
export function Example() {
return (
<CommentsBanner description="Thanks in advance, looking forward to another successful year!" />
);
}
className?: string
description?: React.ReactNode
sx?: StyleProps
timeStamp?: string