echobind / bisonapp

A Full Stack Jamstack in-a-box brought to you by Echobind
MIT License
592 stars 28 forks source link

feat: Make external links themeable with Chakra UI #238

Closed tundera closed 2 years ago

tundera commented 2 years ago

External links are currently implemented with <a> tags in JSX. Chakra UI has a Link component which has the same functionality as a, while also making the links themeable through variants defined in the default or a custom theme via Chakra's theming API. See this discussion for context and an example.

Changes

Screenshots

themable-links

Checklist