-
Notifications
You must be signed in to change notification settings - Fork 43
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
Added external styling for propdrawer & playground #60
Conversation
Deploy preview for rne-playground processing. Building with commit 1cec089 https://app.netlify.com/sites/rne-playground/deploys/6055aa244bfa7600080084e1 |
src/components/PropDrawer/index.jsx
Outdated
paddingLeft: "1rem", | ||
}} | ||
> | ||
<div className={styles.propdrawer__child}> |
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.
just a suggestion we can use camel casing here ...
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.
+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.
And pls remove the child
and rename to something more intuitive
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 if you are changing UI, please make a discussion for that particular UI issue.
I hope it makes any sense. |
@shivambalwani |
thanks! |
@@ -0,0 +1,4 @@ | |||
.playground{ |
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.
can you rename it to something container
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.
Left some comments
@pranshuchittora i have fixed the style naming, but the checks are failing. I don't know why? |
Oops! |
pulled the new changes still unable to resolve.Still Trying |
issue #3 :
Added External Styling for the Components Propdrawer and Playground.