All release notes

v1.64.0

1 feature

Enhance Button component with href and type props

  • Added optional href and type props to the Button component, allowing it to function as a link or button based on the provided props.
  • Refactored the rendering logic to conditionally render an anchor or button element, improving flexibility and usability.