Oftentimes, we want to use a link that is styled as a Button. Using buttons as links is not great, so it would be nice if we had a component that could be used as a proper link with a button style.
We can either create a new component (ButtonLink, for example) or extend the current Button component to be used as a link.
Oftentimes, we want to use a link that is styled as a Button. Using buttons as links is not great, so it would be nice if we had a component that could be used as a proper link with a button style.
We can either create a new component (
ButtonLink, for example) or extend the currentButtoncomponent to be used as a link.