{"id":13518338,"url":"https://github.com/fulll/react-enhanced-form","last_synced_at":"2025-03-31T09:31:28.903Z","repository":{"id":57118001,"uuid":"64830019","full_name":"fulll/react-enhanced-form","owner":"fulll","description":"The best react form component, on earth :earth_africa: ","archived":true,"fork":false,"pushed_at":"2019-01-04T15:50:03.000Z","size":2296,"stargazers_count":133,"open_issues_count":2,"forks_count":8,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-30T09:01:46.662Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fulll.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":"2016-08-03T08:41:08.000Z","updated_at":"2024-02-12T23:54:16.000Z","dependencies_parsed_at":"2022-08-23T03:50:25.474Z","dependency_job_id":null,"html_url":"https://github.com/fulll/react-enhanced-form","commit_stats":null,"previous_names":["xeonys/react-enhanced-form"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulll%2Freact-enhanced-form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulll%2Freact-enhanced-form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulll%2Freact-enhanced-form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulll%2Freact-enhanced-form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fulll","download_url":"https://codeload.github.com/fulll/react-enhanced-form/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246446925,"owners_count":20778893,"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":[],"created_at":"2024-08-01T05:01:43.726Z","updated_at":"2025-03-31T09:31:28.474Z","avatar_url":"https://github.com/fulll.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"### [Live](https://inextensodigital.github.io/react-enhanced-form/)\n### [Show-room](https://inextensodigital.github.io/react-showroom/#input)\n\n# react-enhanced-form\n\n## Usage\n\n```sh\nyarn add react-enhanced-form\n```\n\n```jsx\nimport React from 'react'\nimport Input from 'react-enhanced-form'\n\nclass Main extends React.Component {\n\n  style = {\n    default: { width: 300 },\n    onFocus: { borderBottom: '1px solid green' },\n    onError: { borderBottom: '1px solid red' }\n  }\n\n  check = newValue =\u003e newValue \u003c 10\n  format = value =\u003e `${value} $`\n\n  render = () =\u003e (\n    \u003cform onSubmit={this.handleSubmit}\u003e\n      \u003cInput\n        type='number'\n        value='1'\n        onChange={(data, error) =\u003e console.log('change', data, error)}\n        onMount={(data,error) =\u003e console.log('mount', data, error)}\n        style={this.style}\n        check={this.check}\n        format={this.format}\n        required\n      /\u003e\n    \u003c/form\u003e\n )\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffulll%2Freact-enhanced-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffulll%2Freact-enhanced-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffulll%2Freact-enhanced-form/lists"}