Last updated

Admonition

Import

import { Admonition } from '@redocly/theme/components/Admonition/Admonition';

Properties

PropType Description
typeenum (warning | success | danger | info)Sets the type of admonition. By default info.
namestringHeading for admonition.
childrenReact.ReactNodePasses content between the opening and closing tags of a component.
classNamestringAdds custom CSS classes to the component for styling purposes.

Resources