{"id":17419686,"url":"https://github.com/bendrucker/big-click","last_synced_at":"2025-04-15T00:04:04.546Z","repository":{"id":65992359,"uuid":"46245412","full_name":"bendrucker/big-click","owner":"bendrucker","description":"Generate CSS to increase the click target of an element","archived":false,"fork":false,"pushed_at":"2018-11-13T18:46:44.000Z","size":5,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T00:03:24.357Z","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/bendrucker.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":"2015-11-16T01:48:36.000Z","updated_at":"2018-12-19T23:58:27.000Z","dependencies_parsed_at":"2023-05-21T16:00:17.405Z","dependency_job_id":null,"html_url":"https://github.com/bendrucker/big-click","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"ff3d8dd875e1c817ad82a8b0c61947865fdef6cb"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendrucker%2Fbig-click","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendrucker%2Fbig-click/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendrucker%2Fbig-click/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendrucker%2Fbig-click/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bendrucker","download_url":"https://codeload.github.com/bendrucker/big-click/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248981262,"owners_count":21193146,"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-10-17T02:29:28.755Z","updated_at":"2025-04-15T00:04:04.513Z","avatar_url":"https://github.com/bendrucker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# big-click [![Build Status](https://travis-ci.org/bendrucker/big-click.svg?branch=master)](https://travis-ci.org/bendrucker/big-click)\n\n\u003e Generate CSS to increase the click target of an element\n\n\n## Install\n\n```\n$ npm install --save big-click\n```\n\n\n## Usage\n\n```js\nvar bigClick = require('big-click')\n\nbigClick('button', 10)\n//=\u003e {button: ..., button:after: ...}\n//=\u003e adds 10px in click area to buttons\n```\n\nOr get a CSS string:\n\n```js\nvar css = require('big-click/string')('button', 10)\n```\n\n## API\n\n#### `bigClick(selectors, size)` -\u003e `object`\n\n##### selectors\n\n*Required*  \nType: `string` / `array[string]`\n\nA CSS selector or an array of selectors.\n\n##### size\n\n*Required*  \nType: `number`\n\nThe number of pixels to use for the additional click area.\n\n\n## License\n\nMIT © [Ben Drucker](http://bendrucker.me)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbendrucker%2Fbig-click","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbendrucker%2Fbig-click","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbendrucker%2Fbig-click/lists"}