# TitleSection

## Purpose

Component TitleSection

## Props

### Optional

| Prop                   | Type      | Default       | Values | Description    |
| ---------------------- | --------- | ------------- | ------ | -------------- |
| `isContentCentralized` | `Boolean` | `() => false` | -      | No description |
| `tag`                  | `String`  | `() => 'h2'`  | -      | No description |
| `title`                | `[String` | -             | -      | No description |

## Usage Example

```vue
<template>
  <TitleSection> </TitleSection>
</template>
```

## Related Links

- [Storybook Story](../src/stories/elements/titlesection.stories.js)
- [TypeScript Definitions](./TitleSection.d.ts)
- [Component Implementation](./TitleSection.vue)
- [Export Module](./titlesection.js)
- [Package Configuration](./package.json)
