You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we need to style a link like a button, which KuiButton can't do. react-bootstrap takes the approach of switch what element is rendered depending on whether an href is passed, so we could take that approach perhaps. I don't know if that gets tricker with e.g. react-router.