# Register

{% hint style="info" %}
All available props for the Register component are defined and handled within **Component usage path** file. This allows for easy modifications to the content of the Register section.
{% endhint %}

**Component path**: `src/blocks/auth/Register.tsx`

**Component usage path:**  `src/app/blocks/auth/register/page.tsx`

**Preview link:** <https://www.saasable.io/blocks/auth/register>

## Props Details

| Prop Name   | Type                | Description                         | Displayed as                                    |
| ----------- | ------------------- | ----------------------------------- | ----------------------------------------------- |
| **heading** | `string`            | Main title or heading for the page. | `"Create Your Account"`                         |
| **caption** | `string` (optional) | Optional subtitle or description.   | `"Please fill out the form below to register."` |
