-
Notifications
You must be signed in to change notification settings - Fork 334
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
Add box component #804
base: master
Are you sure you want to change the base?
Add box component #804
Conversation
Add box component documentation Refactor with-scale file
✅ Deploy Preview for geist-ui ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov ReportBase: 98.85% // Head: 98.86% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #804 +/- ##
=======================================
Coverage 98.85% 98.86%
=======================================
Files 198 199 +1
Lines 3046 3071 +25
Branches 668 685 +17
=======================================
+ Hits 3011 3036 +25
Misses 34 34
Partials 1 1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
components/box/box.tsx
Outdated
}, | ||
); | ||
|
||
// Box.displayName = 'GeistBox' |
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.
Forgot about this, I'll work on it
Apply formatting rules
Checklist
Change information
Add box component
Add box component documentation
Refactor with-scale file
I had to add the scaling directly into the box component because the with-scale HOC would break the typing, maybe there's a better way of doing it, feel free to comment if so.
Closes #770