mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
- Introduced link button support in the Button component, allowing buttons to render as anchor elements when an `href` prop is provided. - Updated Button showcase to demonstrate link buttons for internal and external navigation. - Enhanced Button SCSS styles to ensure proper appearance and behavior for link buttons in both light and dark themes. - Added documentation for link button usage in the Button showcase.