Skip to main contentGatsby theme Carbon

Title

The <Title> component is used to provide a title to a subsequent component (table, 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/design-for-ai-art.png)