Skip to main content

Content

Functions

Content()

Content(props, deprecatedLegacyContext?): ReactNode

Content component for rendering a styled Bulma content block.

Applies typographic styles to HTML content (e.g., paragraphs, headings, lists) with Bulma's content class. Supports size modifiers and Bulma helper classes for additional styling.

Parameters

props

ContentProps

Props for the Content component.

deprecatedLegacyContext?

any

Deprecated

See

React Docs

Returns

ReactNode

The rendered content block.