---
name: Footer
menu: Components
route: /components/Footer
---

import Footer from './Footer';
import { Playground, Props } from 'docz';

# Footer

This component renders an HTML `<input>` and passes along all props.

## API
<Props of={Footer} />

## Example Usage
<Playground>
	 <Footer linkName={'julieta'} link={'julieta.ai'} />
</Playground>
