{"id":21833063,"url":"https://github.com/null-none/neumorphic-design","last_synced_at":"2026-04-17T17:32:00.348Z","repository":{"id":42537931,"uuid":"439912340","full_name":"null-none/neumorphic-design","owner":"null-none","description":"Neumorphic Design System","archived":false,"fork":false,"pushed_at":"2023-01-07T16:42:40.000Z","size":4153,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-13T10:26:15.294Z","etag":null,"topics":["design","design-system","ui","ui-components"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/null-none.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2021-12-19T16:26:36.000Z","updated_at":"2023-03-10T07:07:21.000Z","dependencies_parsed_at":"2023-02-07T16:32:37.038Z","dependency_job_id":null,"html_url":"https://github.com/null-none/neumorphic-design","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/null-none/neumorphic-design","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fneumorphic-design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fneumorphic-design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fneumorphic-design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fneumorphic-design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/null-none","download_url":"https://codeload.github.com/null-none/neumorphic-design/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fneumorphic-design/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31938663,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["design","design-system","ui","ui-components"],"created_at":"2024-11-27T19:27:41.299Z","updated_at":"2026-04-17T17:32:00.334Z","avatar_url":"https://github.com/null-none.png","language":"JavaScript","readme":"### Neumorphic Design System\n\n```bash\nyarn add neumorphic-design \n# or\nnpm install neumorphic-design \n```\n\n\n```javascript\nimport React from \"react\";\nimport { ThemeProvider } from \"styled-components\";\n\nimport theme from \"neumorphic-design/utils/theme\";\n\nimport { Layout } from \"neumorphic-design/components/Layout\";\nimport { Button } from \"neumorphic-design/components/Button\";\nimport { Input } from \"neumorphic-design/components/Input\";\nimport {\n  H1,\n  H2,\n  H3,\n  P,\n} from \"neumorphic-design/components/Typography\";\n\nfunction App() {\n  return (\n    \u003cThemeProvider theme={theme}\u003e\n      \u003cLayout\u003e\n        \u003cH1 mb={2}\u003e\n          Hello World\n        \u003c/H1\u003e\n        \u003cH2 mb={2}\u003e\n          Lorem Ipsum\n        \u003c/H2\u003e\n        \u003cH3 mb={2}\u003e\n          Lorem Ipsum\n        \u003c/H3\u003e\n        \u003cP mb={2} fontSize=\"small\" fontWeight={500} lineHeight=\"140%\"\u003e\n          Lorem Ipsum is simply dummy text of the printing and typesetting\n          industry. Lorem Ipsum has been the industry's standard dummy\n        \u003c/P\u003e\n        \u003cdiv\u003e\n          \u003cButton variant=\"primary\" mt={2} mr={3}\u003e\n            Button\n          \u003c/Button\u003e\n          \u003cButton variant=\"secondary\" mt={2} mr={3}\u003e\n            Button\n          \u003c/Button\u003e\n          \u003cButton mt={2} mr={3}\u003e\n            Button\n          \u003c/Button\u003e\n        \u003c/div\u003e\n        \u003cdiv\u003e\n          \u003cInput mt={3} placeholder=\"Placeholder\" width=\"300px\" /\u003e\n        \u003c/div\u003e\n      \u003c/Layout\u003e\n    \u003c/ThemeProvider\u003e\n  );\n}\n\nexport default App;\n\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnull-none%2Fneumorphic-design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnull-none%2Fneumorphic-design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnull-none%2Fneumorphic-design/lists"}