-
Notifications
You must be signed in to change notification settings - Fork 63
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(store-ui): Overlay Atom #890
Conversation
✔️ Deploy Preview for storeui ready! 🔨 Explore the source changes: 9d1afcc 🔍 Inspect the deploy log: https://app.netlify.com/sites/storeui/deploys/611be228da80d5000705d372 😎 Browse the preview: https://deploy-preview-890--storeui.netlify.app |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 9d1afcc:
|
|
||
return ( | ||
<div style={{ height: 'calc(100vh + 150px)' }}> | ||
A content outside me |
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.
Maybe?
A content outside me | |
Content outside of me |
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.
👀 I think Content outside me
is better, no? https://dictionary.cambridge.org/pt/dicionario/ingles/outside?q=outside+of
Outside vs outside of in this case has no difference. Ain't an English expert, remember this. hahha
A content outside me | ||
<Component | ||
{...props} | ||
style={{ |
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.
Nice! I think we can wait for #828 so we can move these styles there, what do you think?
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.
Yeah, for sure, np
Add role presentation https://www.w3.org/WAI/PF/HTML/wiki/RoleAttribute |
9cbcd5c
to
c5e8e2a
Compare
c23b368
to
9fe233c
Compare
9fe233c
to
9d1afcc
Compare
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, however, I feel the styling and storybook of this component requires a modal component
What's the purpose of this pull request?
Adds Overlay atom: component, test, and story.
How it works?
How to test it?
References