Skip to main content

StageIntro

caution

This component is intended to be used as a direct child of the Stage component.
The Stage component must be set with its stageVariant prop set to intro.
The StageIntro component is not meant to be used as a standalone component. Using it as a such may result in unexpected behaviours.

StageIntro component is used to display an introductory text.

Import

// with @dhl-official/react-library:
import { DhlStageIntro } from "@dhl-official/react-library"
// with @dhl-official/ui-libraries/react-library:
import { DhlStageIntro } from "@dhl-official/ui-libraries/react-library"

Code

<DhlStageIntro>
It's often said that the moment you think you know China, it changes again. While this may ring true, there are still ways to help businesses navigate and prosper in the next new China.
</DhlStageIntro>

Interactive Demo

Readme

Slots

SlotDescription
"unnamed"it must hold text to be used as intro.

Dependencies

Depends on

Graph


Built by DHL User Interface Library Team!