{"id":32114659,"url":"https://github.com/primait/forms","last_synced_at":"2026-07-13T20:31:10.747Z","repository":{"id":52757594,"uuid":"175170556","full_name":"primait/forms","owner":"primait","description":"Elm forms [0.19]","archived":false,"fork":false,"pushed_at":"2021-04-19T21:24:30.000Z","size":121,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-10-20T15:37:02.897Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elm","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/primait.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":"2019-03-12T08:48:39.000Z","updated_at":"2024-04-08T07:47:37.000Z","dependencies_parsed_at":"2022-08-22T19:20:59.733Z","dependency_job_id":null,"html_url":"https://github.com/primait/forms","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/primait/forms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fforms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fforms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fforms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fforms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/primait","download_url":"https://codeload.github.com/primait/forms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fforms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35436278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-20T15:31:06.990Z","updated_at":"2026-07-13T20:31:10.730Z","avatar_url":"https://github.com/primait.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agnostic library for building Forms\n\nProvides a set of configuration options for building forms components.\n\n# Configuring fields\n\nYou can only reconstruct the original (opaque) type:\n\n`type FormField model msg\n    = FormField (FormFieldConfig model msg)`\n\nBy using one of these configuration methods:\n\n`textConfig`, `passwordConfig`, `textareaConfig`, `checkboxConfig`, `checkboxWithOptionsConfig`, `selectConfig`, `radioConfig`, `autocompleteConfig`, `datepickerConfig`, `pureHtmlConfig`\n\n\nOnce configured, a field must be rendered by calling one of these methods:\n\n`render`, `renderWithGroup`, `wrapper`\n\nYou can always check the status of a field by using:\n\n`isValid`, `isPristine`\n\n# Use example\nSee `examples/App.elm`\n\n# Running example\n- Run `elm-reactor`\n- Open `http://localhost:8000`\n- Navigate to `http://localhost:8000/examples/App.elm`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprimait%2Fforms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprimait%2Fforms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprimait%2Fforms/lists"}