Skip to main contentGatsby themeĀ Carbon

Title

The <Title> component is used to provide a title to a subsequent component (image, video, code block). The Title should be used in favor of other techniques for bolded text (h4s) to preserve page structure and heading hierarchy.

Example

This is a title Colors

Code

components/Title/Title.js
<Title>This is a title</Title>
![Colors](images/colors.png)