Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Hdanzo
Copy link

@Hdanzo Hdanzo commented Nov 15, 2022

Checklist

  • [x ] Fix linting errors
  • [x ] Tests have been added / updated (or snapshots)

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

Add box component documentation
Refactor with-scale file
@netlify
Copy link

netlify bot commented Nov 15, 2022

Deploy Preview for geist-ui ready!

Name Link
🔨 Latest commit e4a4d6b
🔍 Latest deploy log https://app.netlify.com/sites/geist-ui/deploys/63777901f32f880009b01e6f
😎 Deploy Preview https://deploy-preview-804--geist-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov
Copy link

codecov bot commented Nov 15, 2022

Codecov Report

Base: 98.85% // Head: 98.86% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (e4a4d6b) compared to base (9e5ceed).
Patch coverage: 100.00% of modified lines in pull request are covered.

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           
Impacted Files Coverage Δ
components/box/box.tsx 100.00% <100.00%> (ø)
components/use-scale/utils.ts 100.00% <100.00%> (ø)
components/use-scale/with-scale.tsx 100.00% <100.00%> (ø)

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

},
);

// Box.displayName = 'GeistBox'
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Box Component
1 participant