<TextTitle />

The TextTitle component is commonly used to show a title

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

import TextTitle from '/components/global/Text/Title';

Usage

To use the component, add it to your template:

<TextTitle />

Properties