# FooterSimple

## Purpose

Component FooterSimple

## Props

### Required

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

## Slots

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

## Dependencies

### External

- primevue/divider

## Usage Example

```vue
<template>
  <FooterSimple
    :text=""exemplo""
  >
    Component content
  </FooterSimple>
</template>
```

## Related Links

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