-
Notifications
You must be signed in to change notification settings - Fork 12
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(card): add large
size and space
option to footer
#312
Conversation
✅ Deploy Preview for sefirot-story ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #312 +/- ##
==========================================
+ Coverage 83.57% 83.60% +0.02%
==========================================
Files 123 123
Lines 10515 10532 +17
Branches 448 448
==========================================
+ Hits 8788 8805 +17
Misses 1727 1727
☔ View full report in Codecov by Sentry. |
✅ Deploy Preview for sefirot-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Co-authored-by: Cue <[email protected]>
Co-authored-by: Cue <[email protected]>
Add
large
option to<SCard>
. Only relevant when using inside<SModal>
.Also add
:space
option to<SCradFooter>
so that it can have the same spacing with<SCardBlock>
component. This spacing is needed to align with some of our app design.Also, improved docs a bit.