{"id":20511062,"url":"https://github.com/sean-codes/grid-input","last_synced_at":"2026-04-22T10:06:24.569Z","repository":{"id":91334749,"uuid":"121209425","full_name":"sean-codes/grid-input","owner":"sean-codes","description":"grid range input ","archived":false,"fork":false,"pushed_at":"2018-02-21T15:50:28.000Z","size":330,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-05T22:44:18.178Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sean-codes.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":"2018-02-12T06:33:59.000Z","updated_at":"2022-01-25T23:16:51.000Z","dependencies_parsed_at":"2023-06-04T12:45:41.779Z","dependency_job_id":null,"html_url":"https://github.com/sean-codes/grid-input","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sean-codes/grid-input","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean-codes%2Fgrid-input","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean-codes%2Fgrid-input/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean-codes%2Fgrid-input/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean-codes%2Fgrid-input/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sean-codes","download_url":"https://codeload.github.com/sean-codes/grid-input/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean-codes%2Fgrid-input/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32130823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-15T20:34:24.191Z","updated_at":"2026-04-22T10:06:24.551Z","avatar_url":"https://github.com/sean-codes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 2D-Range-Input\n2 dimension range input\n\n![demo imagge](https://github.com/sean-codes/2D-Range-Input/blob/master/demo.gif?raw=true)\n\n## Include\n```html\n  \u003clink href=\"2dRangeInput/css.css\" rel=\"stylesheet\"\u003e\u003c/link\u003e\n  \u003cscript src=\"2dRangeInput/js.js\"\u003e\u003c/script\u003e\n```\n\n## Turn a text input into a 2D range\n```html\n  \u003cinput type=\"grid\"/\u003e\n```\n\n```js\n  var myInput = new InputGrid({\n     input: document.querySelector('[type=grid]')\n  })\n```\n\n## Input Attributes\n\u003e Add to the input elements html as attributes.\n\n```\n   valueX=\"0\" - the starting x value\n   valueY=\"0\" - the starting y value\n   min=\"0\" - the min x/y value\n   max=\"100\" - the max x/y value\n   step=\"10\" - control the granularity\n   grid=\"true\" -  draw the lines of the grid\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsean-codes%2Fgrid-input","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsean-codes%2Fgrid-input","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsean-codes%2Fgrid-input/lists"}