{"id":15295865,"url":"https://github.com/kevingostomski/bootstrap-nice-select","last_synced_at":"2025-10-07T08:30:42.884Z","repository":{"id":153622069,"uuid":"621716501","full_name":"kevingostomski/bootstrap-nice-select","owner":"kevingostomski","description":"Creates a modern looking select field for form submits which can be customized. It is built with Bootstrap and does not need jQuery to be initialized","archived":true,"fork":false,"pushed_at":"2024-05-10T07:33:49.000Z","size":1143,"stargazers_count":6,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T04:04:39.085Z","etag":null,"topics":["bootstrap","bootstrap-nice-select","bootstrap4","bootstrap5","dropdown","javascript","select","ui","ux"],"latest_commit_sha":null,"homepage":"https://kevingostomski.github.io/bootstrap-nice-select/","language":"SCSS","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/kevingostomski.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-31T08:30:59.000Z","updated_at":"2024-12-09T06:31:43.000Z","dependencies_parsed_at":"2024-05-10T08:44:49.081Z","dependency_job_id":null,"html_url":"https://github.com/kevingostomski/bootstrap-nice-select","commit_stats":{"total_commits":55,"total_committers":2,"mean_commits":27.5,"dds":"0.054545454545454564","last_synced_commit":"264ca41902d9029a0508ae40d754ccf5bd22d3a7"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/kevingostomski/bootstrap-nice-select","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevingostomski%2Fbootstrap-nice-select","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevingostomski%2Fbootstrap-nice-select/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevingostomski%2Fbootstrap-nice-select/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevingostomski%2Fbootstrap-nice-select/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevingostomski","download_url":"https://codeload.github.com/kevingostomski/bootstrap-nice-select/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevingostomski%2Fbootstrap-nice-select/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278742917,"owners_count":26037918,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":["bootstrap","bootstrap-nice-select","bootstrap4","bootstrap5","dropdown","javascript","select","ui","ux"],"created_at":"2024-09-30T18:08:27.085Z","updated_at":"2025-10-07T08:30:42.171Z","avatar_url":"https://github.com/kevingostomski.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/kevingostomski/bootstrap-nice-select/build-jekyll.yml)\n![npm](https://img.shields.io/npm/v/bootstrap-nice-select)\n![GitHub package.json dependency version (dev dep on branch)](https://img.shields.io/github/package-json/dependency-version/kevingostomski/bootstrap-nice-select/dev/webpack)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/kevingostomski/bootstrap-nice-select)\n![Website](https://img.shields.io/website?down_color=lightgrey\u0026down_message=offline\u0026up_color=blue\u0026up_message=online\u0026url=https%3A%2F%2Fkevingostomski.github.io%2Fbootstrap-nice-select%2F)\n![GitHub](https://img.shields.io/github/license/kevingostomski/bootstrap-nice-select)\n\n# **[Bootstrap-Nice-Select](https://kevingostomski.github.io/bootstrap-nice-select/)**\n\n\u003e :warning: This package has been deprecated in favor of [better-nice-select](https://kevingostomski.github.io/better-nice-select/). Please consider migrating to `better-nice-select` for continued support and updates: [https://github.com/kevingostomski/better-nice-select](https://github.com/kevingostomski/better-nice-select)\n\nA modern looking select field for form submits which uses Bootstrap as dependency to style it. It can be initialized over HTML or JS and does not need jQuery to work with!\n\n# **Features**\n\n- Created for Twitter Bootstrap (All versions supported)\n- Responsive web design\n- Modern looking scrollable select lists\n- Fully skinnable, CSS built with SASS \n- Localization\n- Get data in JSON format using AJAX/Fetch and have them searchable\n- Allow users to type in new options and add it on the fly\n- Setting icons option to override possible currently available themes\n- Options for calling methods which will be automatically added after the respective event listeners\n\n# **Installation**\n\n### Manual Download\n\nUse [Releases Pages](https://github.com/kevingostomski/bootstrap-nice-select/releases) or clone the repo: `https://github.com/kevingostomski/bootstrap-nice-select.git` and use the `dist` folder.\n\n### Npm\n\n```\nnpm install bootstrap-nice-select\n```\n\n### Yarn\n\n```\nyarn add bootstrap-nice-select\n```\n\n### CDN\n\nYou can source bootstrap-nice-select directly from a CDN like [unpkg](https://unpkg.com).\n\n```\n\u003c!-- Latest compiled and minified CSS --\u003e\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/bootstrap-nice-select@1.4.4/dist/css/bootstrap-nice-select.min.css\"\u003e\n\n\u003c!-- Latest compiled and minified JavaScript --\u003e\n\u003cscript src=\"https://unpkg.com/bootstrap-nice-select@1.4.4/dist/js/bootstrap-nice-select.min.js\"\u003e\u003c/script\u003e\n\n```\n\n\u003e The CDN is updated after the release is made public, which means that there is probably a delay between the publishing of a release and its availability on the CDN.\n\n# **Release History**\nLook at the [Change Log](CHANGELOG.md).\n\n# **Local Development**\n\nDevelopment of this plugin was with [Visual Studio Code](https://code.visualstudio.com/).\n\nTo develop `bootstrap-nice-select` locally please run:\n\n```\nmkdir bootstrap-nice-select-dev\ncd bootstrap-nice-select-dev\ngit clone https://github.com/kevingostomski/bootstrap-nice-select.git\ngit clone https://github.com/kevingostomski/bootstrap-nice-select-examples.git\ncd bootstrap-nice-select\nnpm link\ncd ..\ncd bootstrap-nice-select-examples\nnpm link bootstrap-nice-select\n```\n\nTo develop the component, the VS Code plugin [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) was used (special thanks to the maintainers for this wonderful plugin).\nIn addition, if you want to update the `npm link` project which is used, use `npm run dev` so sourcemaps are available to test the project better.\n\n# **Copyright and license**\n\nCopyright (C) 2023\n\nThe license is available within the repository in the [LICENSE](LICENSE) file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevingostomski%2Fbootstrap-nice-select","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevingostomski%2Fbootstrap-nice-select","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevingostomski%2Fbootstrap-nice-select/lists"}