<TextHeader />

The TextHeader component is commonly used to show a header text

The component is located in the @/components/global/Text/Header directory. To use the component, import it into your file:

import TextHeader from '/components/global/Text/Header';

Usage

To use the component, add it to your template:

<TextHeader />

Properties