Skip to Content
EnComponentsContent

Content

The Content component handles WYSIWYG-type content, where HTML elements have no class names, by applying Bulma’s content styling.

Playground

Props

Examples

Sizes

Small Content

This is small content.

Normal Content

This is normal content.

Medium Content

This is medium content.

Large Content

This is large content.

Props

PropTypeDefaultDescription
asElementType'div'The HTML element to render the content as.
childrenReactNode-The content to display.
classNamestring-Additional CSS classes.
sizeThemeSize-Sets the size of the content.

See also

Last updated on