UdacityMobileWebScholarship / showcase-app

This application is a collaborative project made by the Google Udacity Mobile Web Specialist Scholars.
13 stars 30 forks source link

[Frontend] Create a Button component #48

Open divyamrastogi opened 6 years ago

divyamrastogi commented 6 years ago

I'm submitting a ...

Current behavior: There is no common button

Expected behavior: We need to create a simple Button component based on this design and that will be easy to reuse It should work something like this: <Button type="primary" onClick={someFunction}>Submit</Button> type : primary|secondary

Note: Make sure that the onClick handler is a prop and do think of other cases in case I've missed any.

blenderskool commented 6 years ago

I will work on this :slightly_smiling_face: