{"id":15007667,"url":"https://github.com/void-verse/void-design","last_synced_at":"2025-10-30T11:31:57.362Z","repository":{"id":43602274,"uuid":"511110038","full_name":"void-verse/void-design","owner":"void-verse","description":"A hybrid package of UI elements for ReactJS, from void. [NPM PACKAGE]","archived":false,"fork":false,"pushed_at":"2022-12-01T09:07:04.000Z","size":60,"stargazers_count":10,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"prod","last_synced_at":"2024-10-07T09:04:15.379Z","etag":null,"topics":["npm-package","npmjs","react-package","ui-components","ui-kit"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/void-design","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/void-verse.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}},"created_at":"2022-07-06T11:31:08.000Z","updated_at":"2024-03-29T09:26:37.000Z","dependencies_parsed_at":"2023-01-22T11:01:05.156Z","dependency_job_id":null,"html_url":"https://github.com/void-verse/void-design","commit_stats":null,"previous_names":["nandan-unni/void-design"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/void-verse%2Fvoid-design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/void-verse%2Fvoid-design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/void-verse%2Fvoid-design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/void-verse%2Fvoid-design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/void-verse","download_url":"https://codeload.github.com/void-verse/void-design/tar.gz/refs/heads/prod","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219856362,"owners_count":16556084,"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":["npm-package","npmjs","react-package","ui-components","ui-kit"],"created_at":"2024-09-24T19:13:19.161Z","updated_at":"2025-10-30T11:31:51.798Z","avatar_url":"https://github.com/void-verse.png","language":"TypeScript","readme":"# Void Design\n\nA hybrid package of UI elements for ReactJS, from [void](https://github.com/void-verse)\n\n\u003cbr /\u003e\n\n## What's new (v1.2.2)\n\n- HTML Attributes for Input Components\n- Password Input\n- Card\n\n\u003cbr /\u003e\n\n## Installation\n\n- :arrow_down: Install the package\n\n```bash\nyarn add void-design\n```\n\n\u003cbr /\u003e\n\n- :spiral_notepad: Import the CSS file\n\n```js\nimport \"void-design/lib/void.css\";\n```\n\n\u003cbr /\u003e\n\n- :blue_heart: Start using the package\n\n```js\nimport \"void-design/lib/void.css\";\n\nimport React from \"react\";\nimport { Input, Button, Snackbar } from \"void-design\";\n\nconst App = () =\u003e {\n  return (\n    \u003cdiv\u003e\n      \u003cInput.Text name=\"name\" placeholder=\"Enter your name\" /\u003e\n      \u003cInput.Password name=\"password\" placeholder=\"Enter your name\" /\u003e\n      \u003cButton onClick={() =\u003e Snackbar.success(\"Form submitted!\")}\u003e\n        Submit\n      \u003c/Button\u003e\n    \u003c/div\u003e\n  );\n};\n\nexport default App;\n```\n\n\u003cbr /\u003e\n\n## Components\n\n- Button\n- Card\n- Input\n- Form\n- Slider\n- Snackbar\n- Spinner\n- Drawer\n- Divider\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoid-verse%2Fvoid-design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoid-verse%2Fvoid-design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoid-verse%2Fvoid-design/lists"}