# SectionBasicContent

## Purpose

SectionBasicContent

## Props

### Optional

| Prop                   | Type      | Default      | Values | Description    |
| ---------------------- | --------- | ------------ | ------ | -------------- |
| `isContentCentralized` | `Boolean` | `() => true` | -      | No description |
| `overline`             | `String`  | `() => ''`   | -      | No description |
| `titleTag`             | `String`  | `() => 'h2'` | -      | No description |
| `title`                | `String`  | -            | -      | No description |
| `description`          | `String`  | `() => ''`   | -      | No description |
| `descriptionRawHtml`   | `String`  | `() => ''`   | -      | No description |
| `buttons`              | `Array`   | `() => []`   | -      | No description |

## Slots

| Slot      | Description  |
| --------- | ------------ |
| `actions` | actions slot |

## Dependencies

### Internal

- ../contentsection
- ../linkbutton

## Usage Example

```vue
<template>
  <SectionBasicContent> </SectionBasicContent>
</template>
```

## Related Links

- [TypeScript Definitions](./SectionBasicContent.d.ts)
- [Component Implementation](./SectionBasicContent.vue)
- [Export Module](./sectionbasiccontent.js)
- [Package Configuration](./package.json)
