# Vue Footer Component API

> Explore the API reference for the Vue Footer component and discover how to effectively utilize its props for customization.

## CFooter

```jsx
import { CFooter } from '@coreui/vue-pro'
```

### Props

| Name | Type | Default | Description |
| --- | --- | --- | --- |
| `as` | `string` | `'div'` | Component used for the root node. Either a string to use a HTML element or a component. |
| `position` | `string` | - | Place footer in non-static positions. |
