components/ui/buttonLink/ButtonLink

ButtonLink renders a styled anchor element that looks like a button. Supports predefined color themes and opens the link in a new tab with secure rel attributes.
Description:
  • ButtonLink renders a styled anchor element that looks like a button. Supports predefined color themes and opens the link in a new tab with secure rel attributes.
Source:
Parameters:
Name Type Description
props object Component props.
Properties
Name Type Description
href string Target URL for the link.
children React.ReactNode Content inside the button.
color "green" | "blue" Visual theme color variant.
Returns:
Styled anchor element rendered as a button-like link.
Type
JSX.Element