{"id":20373075,"url":"https://github.com/gluons/vue-inline-styled","last_synced_at":"2026-01-28T00:22:07.993Z","repository":{"id":33273899,"uuid":"157092195","full_name":"gluons/vue-inline-styled","owner":"gluons","description":"Writing inline CSS style in Vue component with ease.","archived":false,"fork":false,"pushed_at":"2024-11-01T19:31:04.000Z","size":845,"stargazers_count":0,"open_issues_count":21,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T02:11:18.885Z","etag":null,"topics":["hacktoberfest","inline","inline-css","inline-styles","style","vue","vue-library","vuejs"],"latest_commit_sha":null,"homepage":"https://npm.im/vue-inline-styled","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/gluons.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}},"created_at":"2018-11-11T15:18:06.000Z","updated_at":"2021-01-15T22:03:49.000Z","dependencies_parsed_at":"2024-04-12T08:32:17.972Z","dependency_job_id":"9667187d-113a-42f3-80f6-e966a7dd8b22","html_url":"https://github.com/gluons/vue-inline-styled","commit_stats":{"total_commits":127,"total_committers":5,"mean_commits":25.4,"dds":"0.30708661417322836","last_synced_commit":"8f1ed9158954ab12655702e075f0e15275a65998"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluons%2Fvue-inline-styled","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluons%2Fvue-inline-styled/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluons%2Fvue-inline-styled/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluons%2Fvue-inline-styled/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gluons","download_url":"https://codeload.github.com/gluons/vue-inline-styled/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248530605,"owners_count":21119595,"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":["hacktoberfest","inline","inline-css","inline-styles","style","vue","vue-library","vuejs"],"created_at":"2024-11-15T01:16:25.975Z","updated_at":"2026-01-28T00:22:02.946Z","avatar_url":"https://github.com/gluons.png","language":"TypeScript","readme":"# Vue Inline Styled\n[![GitHub](https://img.shields.io/github/license/gluons/vue-inline-styled.svg?style=flat-square)](./LICENSE)\n[![npm](https://img.shields.io/npm/v/vue-inline-styled.svg?style=flat-square)](https://www.npmjs.com/package/vue-inline-styled)\n[![npm](https://img.shields.io/npm/dt/vue-inline-styled.svg?style=flat-square)](https://www.npmjs.com/package/vue-inline-styled)\n[![Codacy grade](https://img.shields.io/codacy/grade/72a6eb06815442548f7cfcbd71d278c4.svg?style=flat-square)](https://www.codacy.com/app/gluons/vue-inline-styled)\n[![Travis (.com)](https://img.shields.io/travis/com/gluons/vue-inline-styled.svg?style=flat-square)](https://travis-ci.com/gluons/vue-inline-styled)\n[![TSLint](https://img.shields.io/badge/TSLint-gluons-15757B.svg?style=flat-square)](https://github.com/gluons/tslint-config-gluons)\n\nWriting inline CSS style in Vue component with ease.\n\n\u003e Use [style-to-object](https://github.com/remarkablemark/style-to-object) under the hood.\n\n## Installation\n\n**Via npm:**\n\n```bash\nnpm install vue-inline-styled\n```\n\n**Via Yarn:**\n\n```bash\nyarn add vue-inline-styled\n```\n\n## Usage\n\n```js\nimport Vue from 'vue';\nimport inlineStyled from 'vue-inline-styled';\n\nimport MyComponent from './components/MyComponent.vue';\n\nconst StyledMyComponent = inlineStyled(MyComponent)`\n\tcolor: red;\n\tfont-size: 20px;\n\tbackground-color: yellow;\n`;\n\nnew Vue({\n\tel: '#app',\n\t// Component will be renderred with inline style\n\trender: h =\u003e h(StyledMyComponent)\n});\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgluons%2Fvue-inline-styled","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgluons%2Fvue-inline-styled","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgluons%2Fvue-inline-styled/lists"}