Heading

A heading is a title or subtitle at the beginning of a page, section, or subsection.

Import

import { Heading, HeadingGroup } from 'rsuite';

Examples

Default

Level

Heading Group

Props

<Heading>

Property Type(Default) Description
children React.Node The content of the heading.
classPrefix string ('heading') The prefix of the component CSS class.
level number(3) The level of the heading.

<HeadingGroup>

Property Type(Default) Description
children React.Node The content of the heading group.
classPrefix string ('heading-group') The prefix of the component CSS class.
Vercel banner