solana-app-kit


solana-app-kit / components/thread/PostFooter / default

Function: default()

default(__namedParameters): Element

Defined in: src/components/thread/PostFooter.tsx:49

A component that renders the footer section of a post

Parameters

__namedParameters

PostFooterProps

Returns

Element

Component

Description

PostFooter displays engagement metrics and action buttons below a post. It shows comment counts, like counts, and other interaction options. The component supports customizable styling through themes and style overrides.

Example

<PostFooter
  post={postData}
  onPressComment={handleCommentPress}
  themeOverrides={customTheme}
/>