{"id":25149061,"url":"https://github.com/arifnextdev/daynamicinputs","last_synced_at":"2026-04-05T23:34:09.766Z","repository":{"id":226716106,"uuid":"769332280","full_name":"arifnextdev/DaynamicInputs","owner":"arifnextdev","description":"A reusable React component for adding input fields dynamically","archived":false,"fork":false,"pushed_at":"2024-03-08T20:36:19.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T06:02:58.832Z","etag":null,"topics":["npm-package","reactjs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/addinputs","language":"TypeScript","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/arifnextdev.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-08T20:35:03.000Z","updated_at":"2024-08-12T07:19:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"fceb7dc5-406f-444d-a1e1-738086a7ac3d","html_url":"https://github.com/arifnextdev/DaynamicInputs","commit_stats":null,"previous_names":["ariful171042/daynamicinputs","arifnextdev/daynamicinputs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arifnextdev%2FDaynamicInputs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arifnextdev%2FDaynamicInputs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arifnextdev%2FDaynamicInputs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arifnextdev%2FDaynamicInputs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arifnextdev","download_url":"https://codeload.github.com/arifnextdev/DaynamicInputs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246961114,"owners_count":20861170,"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","reactjs"],"created_at":"2025-02-08T21:19:18.263Z","updated_at":"2025-12-30T23:09:34.780Z","avatar_url":"https://github.com/arifnextdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# addinputs\n\nA reusable React component for adding input fields dynamically.\n\n## Installation\n\nYou can install the `addinputs` package via npm:\n\n```bash\nnpm install addinputs\n\n```\n\n# Usage\n\n```bash\n\nimport { AddInput } from 'addinputs';\n\n```\n\n# Example Usage\n\n```bash\n\nimport React from 'react';\nimport { AddInput } from 'addinputs';\n\nconst MyComponent = () =\u003e {\n  return (\n    \u003cdiv\u003e\n      \u003ch1\u003eAdd Inputs\u003c/h1\u003e\n      \u003cAddInput\n        btnName=\"Add Field\"\n        label=\"Input\"\n        type=\"text\"\n        btnStyle=\"your-button-style-class\"\n        inputStyle=\"your-input-style-class\"\n      /\u003e\n    \u003c/div\u003e\n  );\n};\n\nexport default MyComponent;\n```\n\n# Props\n\nbtnName (string): The label for the button that adds input fields.\nlabel (string): The label for each input field.\ntype (string): The type of input field (e.g., 'text', 'number', 'email').\nbtnStyle (string, optional): CSS class for styling the button.\ninputStyle (string, optional): CSS class for styling the input fields.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farifnextdev%2Fdaynamicinputs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farifnextdev%2Fdaynamicinputs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farifnextdev%2Fdaynamicinputs/lists"}