Wildcard V2: <Link /> Implementation
Created by: gitstart-sourcegraph
Wildcard implementation of the component.
See Wildcard V2 - Planned work for more context
Acceptance criteria
-
Component is implemented within Wildcard -
Component has tests -
Component is accessible -
Component matches Figma designs
Ref
Implementation details
- Move the existing implementation to the Wildcard package.
- Extract styles required for the component from Bootstrap to a CSS module: a) Extract classes from node_modules/bootstrap/scss/_reboot.scss related to Link to a component CSS module. b) Merge our link SCSS variables with the newly created CSS module.
- Create new Link story. Render the Link component with a regular text like we do here.
- Use the component as a blueprint for the new component.