-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(components): add Anchor component #583
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/sumup-oss/circuit-ui/5noyi0ln4 |
Codecov Report
@@ Coverage Diff @@
## alpha #583 +/- ##
==========================================
+ Coverage 93.33% 93.50% +0.16%
==========================================
Files 150 153 +3
Lines 2402 2448 +46
Branches 680 685 +5
==========================================
+ Hits 2242 2289 +47
Misses 132 132
+ Partials 28 27 -1
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🙌 💯 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
3b90057
to
3d2b9f3
Compare
feature/button-enums
feature/button-enums feature/button-enums feature/button-enums
feature/component-anchor feature/component-anchor
e848ad2
to
0de68c0
Compare
🎉 This PR is included in version 2.0.0-alpha.14 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.0.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Relates to #582.
Purpose
The Anchor component should be used for textual links or buttons, usually inline in long-form text. It is the successor of the
plain
Button variant.Approach and changes
👀 Live preview
tertiary
Button variantDefault
Hovered
Focused
Visited
Definition of done