{"id":16015015,"url":"https://github.com/louismazel/vue-input-ui","last_synced_at":"2025-03-16T07:32:16.108Z","repository":{"id":34033456,"uuid":"166053479","full_name":"LouisMazel/vue-input-ui","owner":"LouisMazel","description":"A beautiful input made with Vue JS","archived":false,"fork":false,"pushed_at":"2023-01-03T16:02:17.000Z","size":2941,"stargazers_count":26,"open_issues_count":22,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T05:50:57.695Z","etag":null,"topics":["dark","error","input","management","number","text","ui","vue","vuejs"],"latest_commit_sha":null,"homepage":"https://louismazel.github.io/vue-input-ui/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LouisMazel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-16T14:26:46.000Z","updated_at":"2022-11-16T01:34:35.000Z","dependencies_parsed_at":"2023-01-15T04:05:33.315Z","dependency_job_id":null,"html_url":"https://github.com/LouisMazel/vue-input-ui","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LouisMazel%2Fvue-input-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LouisMazel%2Fvue-input-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LouisMazel%2Fvue-input-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LouisMazel%2Fvue-input-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LouisMazel","download_url":"https://codeload.github.com/LouisMazel/vue-input-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243806046,"owners_count":20350775,"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":["dark","error","input","management","number","text","ui","vue","vuejs"],"created_at":"2024-10-08T15:05:54.002Z","updated_at":"2025-03-16T07:32:15.663Z","avatar_url":"https://github.com/LouisMazel.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-input-ui\n\n\u003e A beautiful input made with Vue JS\n\n![vue-input-ui](./public/vue-input-ui-demo.gif)\n\n## Demo\n\n[Enjoy](https://louismazel.github.io/vue-input-ui/)\n\n## Installation\n\n### Using yarn\n\n`yarn add vue-input-ui`\n\n### Using npm\n\n`npm i --save vue-input-ui`\n\n## Usage\n\n### ES6 Modules / CommonJS\n\n```js\nimport VueInputUi from 'vue-input-ui';\nimport 'vue-input-ui/dist/vue-input-ui.css';\n\nVue.component('vue-input-ui', VueInputUi);\n```\n\n```html\n\u003cVueInputUi v-model=\"yourValue\" /\u003e\n```\n\n### UMD\n\n```html\n\u003cVueInputUi v-model=\"yourValue\" /\u003e\n\n\u003cscript src=\"https://unpkg.com/vue\" charset=\"utf-8\"\u003e\u003c/script\u003e\n\u003cscript src=\"./dist/vue-input-ui.umd.min.js\" charset=\"utf-8\"\u003e\u003c/script\u003e\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"./dist/vue-input-ui.css\"\u003e\n\n\u003cscript type=\"text/javascript\"\u003e\n  Vue.component('vue-input-ui', window.VueInputUi.default);\n\u003c/script\u003e\n```\n\n## Props API\n\n| Props      | Type       | Required | Default    | Options        |\n|------------|------------|----------|------------|----------------|\n| v-model    | String/Int | true     | -          | -              |\n| id      | String     | false    | VueInputUi | -              |\n| label      | String     | false    | Enter Text | -              |\n| type       | String     | no       | text       | [text|number|textarea] |\n| size | String `sm or lg`    | no       | false      |                |\n| color | String `HEX`   | no       | dogderblue      |                |\n| hint*       | String       | no       | -          |                |\n| error** | Boolean    | no       | false      |                |\n| dark | Boolean    | no       | false      |                |\n| dark-color (4)                   | String (hex)      | no       | #424242  |\n| disabled | Boolean    | no       | false      |                |\n| required | Boolean    | no       | false      |                |\n| readonly | Boolean    | no       | false      |                |\n| clearable | Boolean    | no       | false      |                |\n| loader | Boolean    | no       | false      |                |\n| border-radius                   | Number           | no       | 4 |\n\n## Contribution\n\n### Project setup\n\n```bash\nnpm install\n```\n\n### Compiles and hot-reloads for development\n\n```bash\nnpm run serve\n```\n\n### Lints and fixes files\n\n```bash\nnpm run lint\n```\n\n## License\n\nThis project is licensed under [MIT License](http://en.wikipedia.org/wiki/MIT_License)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouismazel%2Fvue-input-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flouismazel%2Fvue-input-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouismazel%2Fvue-input-ui/lists"}