# Component: Headings

**Purpose**: Displays text as a header and subheader.

{% embed url="<https://69c2cf3a42a094f3cd354b8d-ojozztnsdo.chromatic.com/?path=/story/shop-components-content-headings--default&full=1&shortcuts=false&singleStory=true&embed=true>" %}

## Props

| Prop Name                       | Label             | Type   | Default Value                                                                                                               | Description       |
| ------------------------------- | ----------------- | ------ | --------------------------------------------------------------------------------------------------------------------------- | ----------------- |
| heading                         | Heading           | string | Lorem ipsum dolor sit amet                                                                                                  | Heading text      |
| headingColor\_\_limio\_color    | Heading Color     | color  | #444444                                                                                                                     | Heading Color     |
| headingWeight                   | Heading Weight    | string | 700                                                                                                                         | Heading Weight    |
| subheading                      | Subheading        | string | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. | Subheading        |
| subheadingColor\_\_limio\_color | Subheading Color  | color  | #444444                                                                                                                     | Subheading Color  |
| headingWeight                   | Subheading Weight | string | "default": "300"                                                                                                            | Subheading Weight |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.limio.com/components/component-library/standard-components/component-headings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
