import React, { Component } from 'react'; import {Button} from 'react-md'; import '../css/Intent.css' class IntentItem extends Component { constructor(props){ super(props); this.state={intent: props.intent, index: props.index, onClick: props.onClick}; } render() { /*
{this.state.index+1}. {this.state.intent.questions[0]}