bluewave-labs / bluewave-onboarding

https://bluewavelabs.ca
GNU Affero General Public License v3.0
22 stars 3 forks source link

Create a new CustomLink component #97

Closed uparkalau closed 3 weeks ago

uparkalau commented 2 months ago

We need to create a new CustomLink component that aligns with our project's design system and can be reused across our application. This component should be versatile enough to handle different types of links, the "tertiary link with dashed lines" and "hovered tertiary link" .

To-Do List

CustomLink.propTypes = {
  text: PropTypes.string.isRequired,
  url: PropTypes.string.isRequired,
  className: PropTypes.string,
};

https://www.figma.com/design/USQRG7Oacv7uXw8XkTPINq/Style-guide?node-id=48-52733&t=nNFDTU9Sv5F8SXq9-0

image