{"id":13599705,"url":"https://github.com/CRED-CLUB/neopop-web","last_synced_at":"2025-04-10T17:32:03.359Z","repository":{"id":42227866,"uuid":"502013366","full_name":"CRED-CLUB/neopop-web","owner":"CRED-CLUB","description":"NeoPOP components library based on CRED's design system","archived":false,"fork":false,"pushed_at":"2023-10-18T19:01:45.000Z","size":2807,"stargazers_count":961,"open_issues_count":18,"forks_count":146,"subscribers_count":14,"default_branch":"main","last_synced_at":"2024-11-05T04:10:55.873Z","etag":null,"topics":["cred","design","neopop","react","styled-components","system","ui-components"],"latest_commit_sha":null,"homepage":"https://playground.cred.club","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CRED-CLUB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-06-10T11:12:57.000Z","updated_at":"2024-11-05T03:42:11.000Z","dependencies_parsed_at":"2024-01-14T04:45:52.180Z","dependency_job_id":"dece41ac-fd3a-4cf1-834c-229d65202c38","html_url":"https://github.com/CRED-CLUB/neopop-web","commit_stats":{"total_commits":15,"total_committers":10,"mean_commits":1.5,"dds":0.6666666666666667,"last_synced_commit":"1f4b3d271f3e041abb400cb25061217230192fed"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CRED-CLUB%2Fneopop-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CRED-CLUB%2Fneopop-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CRED-CLUB%2Fneopop-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CRED-CLUB%2Fneopop-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CRED-CLUB","download_url":"https://codeload.github.com/CRED-CLUB/neopop-web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223442603,"owners_count":17145805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cred","design","neopop","react","styled-components","system","ui-components"],"created_at":"2024-08-01T17:01:09.418Z","updated_at":"2024-11-07T01:30:32.295Z","avatar_url":"https://github.com/CRED-CLUB.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"neopop-land.png\" alt=\"NeoPop Banner\"\u003e\n    \u003ch1\u003eNeoPOP\u003c/h1\u003e\n    \u003cstrong\u003eNeoPOP is CRED's inbuilt library for using NeoPOP components in your web app.\u003c/strong\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://github.com/CRED-CLUB/neopop-web/blob/main/LICENSE\"\u003e\n        \u003cimg src=\"https://badgen.net/github/license/cred-club/neopop-web\" alt=\"License\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://twitter.com/cred_club\"\u003e\n        \u003cimg src=\"https://img.shields.io/twitter/follow/cred_club?label=Twitter\u0026style=flat\u0026logo=twitter\u0026color=1DA1F2\" alt=\"CRED Twitter\"\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://playground.cred.club\"\u003e\u003cb\u003ePlayground/Docs »\u003c/b\u003e\u003c/a\u003e\n    \u003cbr\u003e\u003cbr\u003e\n\u003c/div\u003e\n\n## what is NeoPOP?\n\nNeoPOP was created with one simple goal, to create the next generation of the next beautiful, more affirmative, design system. NeoPOP stays true to everything that design at CRED stands for.\n\n## what this library features?\n\n-   Easy to use and beautifully designed React components based on NeoPOP design system.\n-   Flexible and composable components which accepts custom configurations.\n-   Commonly used utility methods and functions.\n-   Fluid and highly optimized animations.\n\n\u003e note: currently the components in this library are optimized for mobile views, we will soon release support for desktop views.\n\n## how to install?\n\nto use NeoPOP library, all you need to do is install the `@cred/neopop-web` package and its peer dependencies:\n\n```sh\nyarn add @cred/neopop-web react react-dom styled-components\n\n# or\n\nnpm i @cred/neopop-web react react-dom styled-components\n```\n\n## how to use?\n\nto start using the library you can,\n\n-   import components from `@cred/neopop-web/lib/components`\n-   import primitives from `@cred/neopop-web/lib/primitives`\n-   import hooks from `@cred/neopop-web/lib/hooks`\n-   import utils from `@cred/neopop-web/lib/utils`\n\nfor example, to use button refer the following code snippet:\n\n```jsx\nimport { Button } from '@cred/neopop-web/lib/components';\n\nconst Page = () =\u003e {\n    return (\n        \u003cButton\n            variant=\"primary\"\n            kind=\"elevated\"\n            size=\"big\"\n            colorMode=\"dark\"\n            onClick={() =\u003e {\n                console.log(\"I'm clicked\");\n            }}\n        \u003e\n            Primary\n        \u003c/Button\u003e\n    );\n};\n\nexport default Page;\n```\n\na detailed documentation and an interactive playground can be found [here](https://playground.cred.club)\n\n## contributing\n\npull requests are welcome! we'd love help improving this library. feel free to browse through open issues to look for things that need work. if you have a feature request or bug, please open a new issue so we can track it.\n\n## contributors\n\n-   Chirag Mittal — [Github](https://github.com/mittalchirag) | [Linkedin](https://www.linkedin.com/in/mittalchirag/)\n-   Tripurari Shankar — [Github](https://github.com/tripurari001) | [Linkedin](https://www.linkedin.com/in/tripurari-shankar-91907189/)\n-   Rahul Jain — [Github](https://github.com/rahuldkjain) | [Linkedin](https://www.linkedin.com/in/rahuldkjain/)\n-   Utkarsh Gupta — [Github](https://github.com/Utkarsh9799) | [Linkedin](https://www.linkedin.com/in/utkarsh-gupta-99923916a/)\n-   Aditya Sharma — [Github](https://github.com/sharmaaditya570191) | [Linkedin](https://www.linkedin.com/in/sharmaaditya570191/)\n-   Abhishek Naidu — [Github](https://github.com/abhisheknaiidu) | [Linkedin](https://www.linkedin.com/in/abhisheknaiidu/)\n\n## license\n\n```\nCopyright 2022 Dreamplug Technologies Private Limited.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCRED-CLUB%2Fneopop-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCRED-CLUB%2Fneopop-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCRED-CLUB%2Fneopop-web/lists"}