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

# Shape Components

> Add rectangles, circles, and triangles with configurable fill, stroke, and border radius

<img src="https://mintcdn.com/reelevant/10tXeCE_biVlzX8s/images/contents/component-shape-v2.png?fit=max&auto=format&n=10tXeCE_biVlzX8s&q=85&s=5b60c7bb2cd0a131b19517fb9e924489" alt="Shape component selected on the canvas showing shape configuration panel" width="1280" height="800" data-path="images/contents/component-shape-v2.png" />

## Overview

Shape components let you add geometric elements to your content templates. Three shape types are available:

| Shape         | Description                                          |
| ------------- | ---------------------------------------------------- |
| **Rectangle** | A rectangular shape with configurable border radius. |
| **Circle**    | A circular shape.                                    |
| **Triangle**  | An equilateral triangle.                             |

All shapes support fill, stroke, and background styling.

## Shape Parameters

When a shape is selected, the configuration panel shows properties specific to the shape type:

### Rectangle Parameters

| Property          | Description                                      |
| ----------------- | ------------------------------------------------ |
| **Fill**          | Fill color (or **No fill** for transparent).     |
| **Stroke**        | Stroke color and line weight (or **No stroke**). |
| **Border radius** | Corner rounding in pixels.                       |
| **Background**    | Background color (or **No background**).         |
| **Line-weight**   | Stroke width.                                    |

### Circle Parameters

| Property       | Description                   |
| -------------- | ----------------------------- |
| **Fill**       | Fill color.                   |
| **Stroke**     | Stroke color and line weight. |
| **Background** | Background color.             |

### Triangle Parameters

| Property                 | Description                   |
| ------------------------ | ----------------------------- |
| **Equilateral triangle** | The triangle type.            |
| **Fill**                 | Fill color.                   |
| **Stroke**               | Stroke color and line weight. |
| **Background**           | Background color.             |

## Common Properties

All shapes share:

| Property             | Description                                                  |
| -------------------- | ------------------------------------------------------------ |
| **Position**         | X and Y coordinates on the canvas.                           |
| **Size**             | Width and height with optional **Keep aspect ratio** toggle. |
| **Rotation**         | Rotation angle in degrees.                                   |
| **Redirection link** | URL users navigate to when clicking the shape.               |
