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

Create `ButtonLink` which is an `a` tag styled mirroring `Button` #178

Open Urjikoo opened 4 months ago

Urjikoo commented 4 months ago

Currently we're using logIn button insideLink to route to the next page but this pose accessibility issue. Therefore the route to resolve that would be to create a ButtonLink component in Mark One, which would be a styled link () that is styled to look like the Mark One Button.


  • [ ] Test
  • [ ] Docs