{"id":15464745,"url":"https://github.com/josemarluedke/tailwindcss-ember-power-select","last_synced_at":"2025-04-16T16:31:41.081Z","repository":{"id":38409510,"uuid":"230842366","full_name":"josemarluedke/tailwindcss-ember-power-select","owner":"josemarluedke","description":"Tailwind CSS plugin for Ember Power Select","archived":false,"fork":false,"pushed_at":"2024-11-13T18:43:08.000Z","size":2556,"stargazers_count":11,"open_issues_count":22,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-16T12:07:35.564Z","etag":null,"topics":["ember","ember-power-select","emberjs","hacktoberfest","tailwindcss"],"latest_commit_sha":null,"homepage":"https://josemarluedke.github.io/tailwindcss-ember-power-select/","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/josemarluedke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-30T03:41:25.000Z","updated_at":"2024-11-13T18:43:13.000Z","dependencies_parsed_at":"2023-01-27T05:01:28.560Z","dependency_job_id":null,"html_url":"https://github.com/josemarluedke/tailwindcss-ember-power-select","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josemarluedke%2Ftailwindcss-ember-power-select","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josemarluedke%2Ftailwindcss-ember-power-select/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josemarluedke%2Ftailwindcss-ember-power-select/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josemarluedke%2Ftailwindcss-ember-power-select/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josemarluedke","download_url":"https://codeload.github.com/josemarluedke/tailwindcss-ember-power-select/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249259146,"owners_count":21239422,"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":["ember","ember-power-select","emberjs","hacktoberfest","tailwindcss"],"created_at":"2024-10-02T00:41:55.266Z","updated_at":"2025-04-16T16:31:40.668Z","avatar_url":"https://github.com/josemarluedke.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tailwind CSS for Ember Power Select ![](https://github.com/josemarluedke/tailwindcss-ember-power-select/workflows/CI/badge.svg)\n\n[Ember Power Select](https://github.com/cibernox/ember-power-select) is a\npowerful Ember addon for working with selects. This is a Tailwind CSS plugin\nfor styling both `\u003cPowerSelect\u003e`, `\u003cPowerSelectMultiple\u003e` and all the\noptions related to these.\n\n## Documentation\n\nThe basic documentation can be found here:\n\n[Read the documentation](https://josemarluedke.github.io/tailwindcss-ember-power-select/)\n\n## Compatibility\n\n* TailwindCSS v1.2 or above\n* Node.js v10 or above\n\n## Installation\n\n1. Install the plugin:\n\n```\nyarn add -D tailwindcss-ember-power-select\n```\n\n2. Add it to your tailwind.config.js file:\n\n```js\n// tailwind.config.js\nmodule.exports = {\n  // ...\n  plugins: [\n    require('tailwindcss-ember-power-select').plugin({\n      // Config options go here eg.\n      // borderColor: 'red'\n    })\n  ]\n}\n```\n\n3. Disable default Ember Power Select theme. Add to your `ember-cli-build.js` file:\n\n```js\n// ember-cli-build.js\n\n// ...\nmodule.exports = function(defaults) {\n  let app = new EmberApp(defaults, {\n    'ember-power-select': {\n      theme: false\n    },\n\n    // ...\n  });\n  return app.toTree();\n};\n```\n\n4. Add autoprefixer to your PostCSS setup.\n\nSome styles require [autoprefixer](https://github.com/postcss/autoprefixer) to be included in your application. You can\nfollow [this example](https://github.com/jeffjewiss/ember-cli-postcss#example) to setup\nin an Ember app using `ember-cli-postcss`.\n\n## Development\n\n* `git clone https://github.com/josemarluedke/tailwindcss-ember-power-select.git` this repository\n* `yarn install`\n* `yarn link`\n* `cd docs`\n* `yarn install`\n* `yarn link \"tailwindcss-ember-power-select\"`\n* `ember serve`\n\nDue to the nature of the setup of the docs app, changing the default options of the plugin will\nnot trigger a rebuild. However, if you open `tailwind.config.js` and just save\nit, it will. Resulting in the styles to be updated.\n\n### Linting\n\n* `yarn lint:js`\n\n#### Docs app\n\n* `yarn lint:hbs`\n* `yarn lint:js`\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosemarluedke%2Ftailwindcss-ember-power-select","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosemarluedke%2Ftailwindcss-ember-power-select","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosemarluedke%2Ftailwindcss-ember-power-select/lists"}