{"id":20672079,"url":"https://github.com/workarea-commerce/workarea-styled-selects","last_synced_at":"2026-04-17T21:33:30.587Z","repository":{"id":44075363,"uuid":"203651767","full_name":"workarea-commerce/workarea-styled-selects","owner":"workarea-commerce","description":"You wanna style \u003cselect\u003e tags? This is the plugin for you.","archived":false,"fork":false,"pushed_at":"2026-02-05T21:30:34.000Z","size":580,"stargazers_count":0,"open_issues_count":8,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-06T05:09:21.503Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://plugins.workarea.com/plugins/styled-selects","language":"Ruby","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/workarea-commerce.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-21T19:32:23.000Z","updated_at":"2020-12-14T14:50:02.000Z","dependencies_parsed_at":"2023-02-02T06:30:29.167Z","dependency_job_id":null,"html_url":"https://github.com/workarea-commerce/workarea-styled-selects","commit_stats":null,"previous_names":["workarea-commerce/workarea-styled_selects"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/workarea-commerce/workarea-styled-selects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-styled-selects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-styled-selects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-styled-selects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-styled-selects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workarea-commerce","download_url":"https://codeload.github.com/workarea-commerce/workarea-styled-selects/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-styled-selects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31947684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-16T20:31:48.509Z","updated_at":"2026-04-17T21:33:30.547Z","avatar_url":"https://github.com/workarea-commerce.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Workarea Styled Selects\n================================================================================\n\nStyled Selects plugin for the Workarea platform.\n\nThis plugin adds a necessary styling hook for select inputs, along with a basic stylesheet to help jump-start styling the select elements within your application.\n\nGetting Started\n--------------------------------------------------------------------------------\n\nAdd the gem to your application's Gemfile:\n\n```ruby\n# ...\ngem 'workarea-styled_selects'\n# ...\n```\n\nUpdate your application's bundle.\n\n```bash\ncd path/to/application\nbundle\n```\n\nUsage\n--------------------------------------------------------------------------------\n\nInstalling this plugin will override the `select_tag` haml helper, wrapping it in a content tag with the `.styled-select` class.\n\nAny select tags created by any means other than the select_tag helper, for example using a JST or `%select` will not automatically receive styles from this plugin. In order to style those elements you will need to update the relevant view files to wrap the select in\n\n```html\n\u003cdiv class=\"styled-select\"\u003e\n    \u003c!-- Your existing markup here --\u003e\n\u003c/div\u003e\n```\n\nSome default styles have been included in this plugin, however it is expected that you will need to override the stylesheet to update these styles to match your design, you can do this using the following override generator command\n\n```bash\nbundle exec rails g workarea:override stylesheets workarea/styled_selects components/\\_styled_select.scss\n```\n\nWorkarea Commerce Documentation\n--------------------------------------------------------------------------------\n\nSee [https://developer.workarea.com](https://developer.workarea.com) for Workarea Commerce documentation.\n\nLicense\n--------------------------------------------------------------------------------\n\nWorkarea Styled Selects is released under the [Business Software License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkarea-commerce%2Fworkarea-styled-selects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkarea-commerce%2Fworkarea-styled-selects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkarea-commerce%2Fworkarea-styled-selects/lists"}