solana-app-kit


solana-app-kit / components/thread/sections/SectionTextOnly / default

Function: default()

default(__namedParameters): Element

Defined in: src/components/thread/sections/SectionTextOnly.tsx:32

A component that renders plain text content in a post section

Parameters

__namedParameters

SectionTextOnlyProps

Returns

Element

Component

Description

SectionTextOnly is a simple component that displays text content in a post. It provides basic text styling with a consistent font size and color.

Features:

  • Plain text display
  • Consistent styling
  • Optional text content

Example

<SectionTextOnly text="Hello, world!" />