# FormBlock

## Purpose

Component FormBlock

## Props

### Required

| Prop    | Type     | Description    |
| ------- | -------- | -------------- |
| `title` | `String` | No description |

### Optional

| Prop          | Type     | Default | Values | Description    |
| ------------- | -------- | ------- | ------ | -------------- |
| `description` | `String` | -       | -      | No description |

## Slots

| Slot      | Description               |
| --------- | ------------------------- |
| `default` | Default component content |

## Usage Example

```vue
<template>
  <FormBlock
    :title=""exemplo""
  >
    Component content
  </FormBlock>
</template>
```

## Related Links

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