seas-computing / mark-one

A UI component library for building React Apps (in development)
https://seas-computing.github.io/mark-one/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Pass id property to Button and BorderlessButton components #65

Closed natalynyu closed 4 years ago

natalynyu commented 4 years ago

Previously, id was specified as a property for both Button and BorderlessButton components, but the id property was not actually passed down to the components. This PR passes the id down to the component.

Types of changes

Checklist:

Priority:

Related Issues:

Addresses #214