amsterdam-styled-components
amsterdam-styled-components copied to clipboard
Introduce a LinkButton component
There is often the use-case to have a button element which looks like the Link component. Although it is possible to use forwardedAs="button" on the Link component this creates it's own issues such as broken TypeScript support and various styling issues.
To adress this problem we want to introduce a new LinkButton component that shares all it's styles with the Link component but acts as a regular button element.
I can work on this
@cos1715 Feel free, it's yours!