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

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

# Tabs

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

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

## Tabs

<Playground>

		<Tabs color='#FF5C39' title={
                                [{onclick: () => console.log('li1'), title: 'Ver perfil'}, { title: 'Cerrar sesion'}]} content={[ <Prueba/>, 'Solamente un string']} />
</Playground>
