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

feat : added scroll bar component #49

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

Conversation

abishek1740P
Copy link

@abishek1740P abishek1740P commented Oct 1, 2024

I’ve created the scroll bar component, along with an example to demonstrate its functionality. Please let me know if it meets your expectations. @yashchaudhari008 I'm eager to contribute further to your project and would appreciate your consideration for sponsorship to support my work. I look forward to your feedback. could you also be kind enough to consider my PR under hacktoberfest2024

Copy link
Owner

@yashchaudhari008 yashchaudhari008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove styled-components dependency and use scss instead. Also directly integrate it on UI and remove Example component

@abishek1740P
Copy link
Author

abishek1740P commented Oct 3, 2024

@yashchaudhari008 k i'll work on it . could you please considers this PR under #hacktoberfest-accepted , #hacktoberfest2024 , gssoc-ext , gssoc2024-ext.

@abishek1740P
Copy link
Author

@yashchaudhari008 i have updated it . See if its correct. Could you please consider this PR under hacktoberfest-accepted , gssoc2024-ext

@abishek1740P
Copy link
Author

@yashchaudhari008 . Review my PR and merge . Consider this under hactoberfest-accepteed , gssoc-ext.

@@ -21,7 +21,8 @@
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"styled-components": "^6.1.13"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

styles components is not needed

@@ -0,0 +1,19 @@
/* Global Scrollbar Styling */
body::-webkit-scrollbar {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using body will not make it global, please check

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file should not have any changes as no new package is needed

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.

2 participants