functions
Function: default()
default(
__namedParameters
):Element
solana-app-kit / components/thread/ThreadComposer / default
Function: default()
default(
__namedParameters
):Element
Defined in: src/components/thread/ThreadComposer.tsx:79
A component for composing new posts and replies in a thread
Parameters
__namedParameters
ThreadComposerProps
Returns
Element
Component
Description
ThreadComposer provides a rich text editor for creating new posts and replies in a thread. It supports text input, image attachments, and NFT listings. The component handles both root-level posts and nested replies, with appropriate styling and behavior for each case.
Features:
- Text input with placeholder text
- Image attachment support
- NFT listing integration
- Reply composition
- Offline fallback support
- Customizable theming
Example
Was this page helpful?