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" /> );}Without Time Stamp
Section titled “Without 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!" /> );}CommentsBanner
Section titled “CommentsBanner”className
Section titled “className”className?: stringdescription
Section titled “description”description?: React.ReactNodesx?: StylePropstimeStamp
Section titled “timeStamp”timeStamp?: string