# TableFooter
Defines the footer section of Table.
## Import
```tsx
import { TableFooter } from '@coinbase/cds-web/tables/TableFooter'
```
## Examples
### Basic usage
```tsx live
```
### Footer with Summary Data
```tsx live
```
## Props
| Prop | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `as` | `div \| tbody \| tfoot \| thead` | No | `undefined` | Internal only |
| `className` | `string` | No | `-` | - |
| `testID` | `string` | No | `-` | Used to locate this element in unit and end-to-end tests. Under the hood, testID translates to data-testid on Web. On Mobile, testID stays the same - testID |