{"id":27535670,"url":"https://github.com/afonja14755/ux-select","last_synced_at":"2025-04-18T19:09:59.925Z","repository":{"id":182811798,"uuid":"669152364","full_name":"afonja14755/ux-select","owner":"afonja14755","description":"UX Select is a lightweight Native JavaScript plugin that replace native select elements with customization","archived":false,"fork":false,"pushed_at":"2025-02-17T14:26:02.000Z","size":296,"stargazers_count":30,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-17T17:51:16.590Z","etag":null,"topics":["css-custom-properties","javascript","lightweight","native-javascript","options","select","select-multiple","typescript","ux-select","vanila-javascript"],"latest_commit_sha":null,"homepage":"https://ux-select.com","language":"TypeScript","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/afonja14755.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":"2023-07-21T13:20:52.000Z","updated_at":"2025-02-20T00:59:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"43e335bb-2338-4ac2-97a4-86e9bd1b88be","html_url":"https://github.com/afonja14755/ux-select","commit_stats":null,"previous_names":["afonja14755/ux-select"],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afonja14755%2Fux-select","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afonja14755%2Fux-select/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afonja14755%2Fux-select/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afonja14755%2Fux-select/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afonja14755","download_url":"https://codeload.github.com/afonja14755/ux-select/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249535842,"owners_count":21287496,"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":["css-custom-properties","javascript","lightweight","native-javascript","options","select","select-multiple","typescript","ux-select","vanila-javascript"],"created_at":"2025-04-18T19:09:59.410Z","updated_at":"2025-04-18T19:09:59.913Z","avatar_url":"https://github.com/afonja14755.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UX Select\n\nFree and lightweight native(vanilla) JavaScript plugin that replace native select elements with customization.\n\n## Status\n\n[![npm](https://img.shields.io/npm/v/ux-select?logo=npm\u0026logoColor=%232088FF\u0026labelColor=%23FFF)](https://www.npmjs.com/package/ux-select)\n[![jsDelivr hits (npm scoped)](https://img.shields.io/jsdelivr/npm/hm/ux-select?logo=jsdelivr\u0026logoColor=blue\u0026labelColor=white\u0026color=blue)](https://www.jsdelivr.com/package/npm/ux-select)\n[![Static Badge](https://img.shields.io/badge/StackBlitz-examples-blue?logo=stackblitz\u0026logoColor=blue\u0026labelColor=white)](https://stackblitz.com/@afonja14755/collections/ux-select)\n![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/afonja14755/ux-select/format.yml?logo=github%20actions\u0026label=Prettier\u0026labelColor=%23fff)\n![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/afonja14755/ux-select/lint.yml?logo=github%20actions\u0026label=ESLint\u0026labelColor=%23fff)\n\n## Installation\n\n### ES-module\n\n```shell\nnpm i ux-select --save\n```\n\n### Non ES-module\n\nInstall plugin files from **_dist_** directory;\n\n- `css/ux-select.min.css`\n- `js/ux-select.iife.js`\n\n## Usage\n\n### ES-module\n\n```javascript\nimport UxSelect from 'ux-select/dist/js/ux-select.es.js'\n```\n\n### Non ES-module\n\n#### Add styles and script to project\n\n```html\n\u003clink rel=\"stylesheet\" href=\"path/to/ux-select.min.css\" type=\"text/css\" /\u003e\n\u003cscript src=\"path/to/ux-select.iife.js\"\u003e\u003c/script\u003e\n```\n\n#### Initialize ux-select in .js file\n\n```javascript\nconst myUxSelect = new UxSelect(element, params)\n```\n\n## Style customization\n\nYou can customize styles by replace CSS-variables what contain \"--uxs\" prefix and placed on :root.\n\n## Documentation\n\nMore details on **[ux-select.com](https://ux-select.com/)**.\n\n## License\n\nUX Select is licensed by [MIT](https://choosealicense.com/licenses/mit/)\n\nIt can be used **for free** and **without any attribution**, in any personal or commercial project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafonja14755%2Fux-select","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafonja14755%2Fux-select","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafonja14755%2Fux-select/lists"}