{"id":19484823,"url":"https://github.com/ajomuch92/vue-tailwind-elements","last_synced_at":"2025-04-25T16:33:47.946Z","repository":{"id":53920786,"uuid":"436721564","full_name":"ajomuch92/vue-tailwind-elements","owner":"ajomuch92","description":"Project for Vuejs 2, to build components based on Tailwind Elements package","archived":false,"fork":false,"pushed_at":"2023-04-26T01:00:25.000Z","size":1423,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-10T06:18:46.763Z","etag":null,"topics":["tailwind","tailwind-elements","tailwindcss","vue","vuejs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/vue-tailwind-elements","language":"Vue","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/ajomuch92.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}},"created_at":"2021-12-09T18:30:48.000Z","updated_at":"2023-12-11T21:40:51.000Z","dependencies_parsed_at":"2023-02-10T19:30:29.378Z","dependency_job_id":null,"html_url":"https://github.com/ajomuch92/vue-tailwind-elements","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajomuch92%2Fvue-tailwind-elements","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajomuch92%2Fvue-tailwind-elements/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajomuch92%2Fvue-tailwind-elements/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajomuch92%2Fvue-tailwind-elements/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajomuch92","download_url":"https://codeload.github.com/ajomuch92/vue-tailwind-elements/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224009825,"owners_count":17240629,"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":["tailwind","tailwind-elements","tailwindcss","vue","vuejs"],"created_at":"2024-11-10T20:24:07.282Z","updated_at":"2024-11-10T20:24:08.019Z","avatar_url":"https://github.com/ajomuch92.png","language":"Vue","funding_links":["https://www.buymeacoffee.com/ajomuch92"],"categories":[],"sub_categories":[],"readme":"# Vue Tailwind Elements\nA light library of components based on [Tailwind Elements](https://tailwind-elements.com/) and [Tailwind](https://tailwindcss.com/) for Vuejs.\nCurrently, there are more than 40 components including custom directives and icons utility.\n\n### New Features 💥\n* Now compatible with Tailwind v3\n* Adding min width to date and time picker\n* Adding selectable prop to button group\n\nA package for Vue JS 3 is being develop [here](https://www.npmjs.com/package/vue3-tailwind-elements).\n\n# Instalation\n\n1. Install Tailwind. Follow this [guide](https://tailwindcss.com/docs/guides/vite#vue) to do it.\n\n2. Install the package from NPM:  \n```bash\nnpm install vue-tailwind-elements\n```\n3. Import in your main.js (or index.js) file and install it:\n\n```javascript\n...\nimport VueTailwindElements from 'vue-tailwind-elements';\n\nVue.use(VueTailwindElements);\n...\n```\n\n4. And add these lines to your tailwind.config.js file:\n\n```javascript\n...\n  module.exports = {\n    content: [\n      './node_modules/vue-tailwind-elements/**/*.{js,ts,vue}'\n    ],\n    theme: {\n      extend: {},\n    },\n    plugins: [\n      require('vue-tailwind-elements/src/plugin'),\n    ],\n  }\n...\n\n```\n\n## Nuxt:\nPut the last configuration into a plugin file and the use it into the nuxt.config.js file like this:\n\n```javascript\n...\n  plugins: [\n    { src: '~/plugins/vue-tailwind-elements.js', mode: 'client' }\n  ],\n...\n\n```\n\n## Author\n\nThis library is created by [Aarón Montes](https://ajomuch92.site/ \"Aarón Montes\"). \n**Support me to improve and maintain this library**\n\u003ca href=\"https://www.buymeacoffee.com/ajomuch92\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-blue.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n\n## Contribution\n\nWant to contribute? Great!. Open a [new PR here](https://github.com/ajomuch92/vue-tailwind-elements/pulls) or a [new issue here](https://github.com/ajomuch92/vue-tailwind-elements/issues)\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajomuch92%2Fvue-tailwind-elements","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajomuch92%2Fvue-tailwind-elements","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajomuch92%2Fvue-tailwind-elements/lists"}