> ## Documentation Index
> Fetch the complete documentation index at: https://help.experro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Common components

The collection of common components for the base theme is located at `/src/components/common-components`.

File and folders name are in lowercase letters and kebab-case (a convention that follows lowercase format with words separated by dashes) if the name has more than one word.

Following is the quick overview of the common components.

| Component            | Purpose                                                          |
| -------------------- | ---------------------------------------------------------------- |
| `Button`             | A button component with loader.                                  |
| `LoadingPlaceholder` | Placeholder for data loading.                                    |
| `CustomImage`        | An image component.                                              |
| `Form`               | Collection of form controls such as input, checkbox, radio, etc. |
| `Modal`              | A modal popup component.                                         |

These components are used internally by CMS Library components, and you can also utilize these components when creating your [custom components](./custom-components).

Next, let's explore the [CMS Library Components](./cms-library-components).
