{"id":19321857,"url":"https://github.com/pascalallen/react-form-components","last_synced_at":"2026-05-01T21:32:56.998Z","repository":{"id":40543707,"uuid":"424600655","full_name":"pascalallen/react-form-components","owner":"pascalallen","description":"Repository for the @pascalallen/react-form-components NPM package. Simple HTML form elements for React.","archived":false,"fork":false,"pushed_at":"2023-03-21T14:02:55.000Z","size":575,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T04:05:19.884Z","etag":null,"topics":["react","sass","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pascalallen.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-04T13:11:58.000Z","updated_at":"2023-01-20T15:40:35.000Z","dependencies_parsed_at":"2025-01-06T05:40:55.357Z","dependency_job_id":"fab3a874-164b-4fe0-9c91-3caa6a705510","html_url":"https://github.com/pascalallen/react-form-components","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/pascalallen/react-form-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Freact-form-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Freact-form-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Freact-form-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Freact-form-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pascalallen","download_url":"https://codeload.github.com/pascalallen/react-form-components/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Freact-form-components/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265575474,"owners_count":23790776,"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":["react","sass","typescript"],"created_at":"2024-11-10T01:39:20.403Z","updated_at":"2025-10-25T06:43:55.089Z","avatar_url":"https://github.com/pascalallen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Form Components\n\nSimple HTML form elements for React.\n\n## Installation\n\nUse the package manager [yarn](https://classic.yarnpkg.com/lang/en/docs/install) to install @pascalallen/react-form-components.\n\n```bash\nyarn add @pascalallen/react-form-components\n```\n\n## Usage\n\n```typescript jsx\nimport { ChangeEvent, useState } from 'react';\nimport '@pascalallen/react-form-components/dist/app.scss';\nimport { Form, InputControl } from '@pascalallen/react-form-components';\n\nconst [emailAddress, setEmailAddress] = useState(\"\");\n\nconst handleChange = (event: ChangeEvent\u003cHTMLInputElement\u003e): void =\u003e {\n  setEmailAddress(event.target.value);\n};\n\n\u003cForm\u003e\n  \u003cInputControl\n    inputId=\"email\"\n    className=\"email\"\n    name=\"email\"\n    type=\"email\"\n    label=\"Email address\"\n    tabIndex={1}\n    value={emailAddress}\n    isValid={emailAddress.length \u003e 0}\n    required\n    error={emailAddress.length \u003c 1 \u0026\u0026 \"Email address is required\"}\n    onChange={handleChange}\n  /\u003e\n\u003c/Form\u003e;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalallen%2Freact-form-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpascalallen%2Freact-form-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalallen%2Freact-form-components/lists"}