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

componentRoute #1

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

componentRoute #1

wants to merge 22 commits into from

Conversation

villdev
Copy link
Owner

@villdev villdev commented Apr 1, 2021

PARS.css Component Library
Dev Preview: https://pars.netlify.app/

Open for PR review @Team-Asynchronous @vaishnavme @amansethi00

Things to do:

  • Change alert colors.
  • Mobile Responsiveness
  • Search functionality
  • Right sidebar scroll animation

Copy link

@vaishnavme vaishnavme left a comment

Choose a reason for hiding this comment

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

Great work.

src/css/css-lib/badge.css Show resolved Hide resolved
src/components/RightSidebar.js Show resolved Hide resolved
Copy link

@amansethi00 amansethi00 left a comment

Choose a reason for hiding this comment

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

Amazing work 🤯,I like your approach of putting components in array and loop over it when clicked in the view,I didn't find any such major changes in code,just added some small suggestions

src/components/Component.js Outdated Show resolved Hide resolved
border: "1px solid rgba(31, 41, 55)",
navHover: "#131314",
highlightBcg: "#26272b",
codeBcg: "#222328",

Choose a reason for hiding this comment

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

use variables instead hard coding,here repetitions of numerical value is seen

Copy link
Owner Author

Choose a reason for hiding this comment

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

Its not exactly hard coded. Its the theme that I am providing to the context and they are reused everywhere like backgroundColor: theme.highlightBcg

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.

3 participants