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

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

# MeetingActivityCard

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

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

## Example Usage
<Playground>
  <MeetingActivityCard src="" width={"300px"} onclick={()=> console.log('onclick')} title={'Equipo y crecimiento'}  active timer={{text:'Tiempo: 5:00', timer:'300'}}  />
</Playground>

## Example Usage
<Playground>
  <MeetingActivityCard src="" width={"200px"} onclick={()=> console.log('onclick')} title={'Equipo y crecimiento y más'}  timer={{text:'Tiempo: 5:00', timer:'300'}}/>
</Playground>
