MetaMask / metamask-design-system

2 stars 1 forks source link

[React]: Create `Button` component in shared UI component library #144

Open georgewrmarshall opened 1 day ago

georgewrmarshall commented 1 day ago

Description

Create a Button unification component that serves as a single interface for all button variants: ButtonPrimary, ButtonSecondary, and ButtonLink. This component will dynamically render the appropriate variant based on the variant prop, simplifying the API and promoting consistent usage across the codebase. The design should align with the specifications in the Button Audit and Insight Report Figma Board.

Technical Details

Acceptance Criteria

References