setzeus / setgov

1 stars 0 forks source link

Build ElectionListTile component #19

Closed otech47 closed 8 years ago

otech47 commented 8 years ago

Design from #13

Props:

electionName: "Florida Senate Race",
candidates: [
    { name: "Marco Rubio", party: "Republican" },
    { name: "Patrick Murphy", party: "Democrat" },
],
electionDate: "2016-11-08T00:00:00.000Z"

When clicked, push the selected election to state, and link to /election to show the ElectionView.

bsin1 commented 8 years ago

Designs found in #13