UNPKG

react-toolbox

Version:
18 lines (15 loc) 483 B
const actions = [ { label: 'Play', icon: 'play-arrow'}, { label: 'Close' } ]; const TestCards = () => ( <Card image='http://pitchfork-cdn.s3.amazonaws.com/longform/221/Deerhunter-Fading-Frontier640.jpg' text='A Deerhunter album rollout usually coincides with some pithy and provocative statements from Bradford Cox on pop culture...' title='Deerhunter' subtitle='Fading Frontier' color="rgba(0,0,0,.4)" actions={actions} /> ); return <TestCards />;