{"id":21461757,"url":"https://github.com/suressk/sure-ui","last_synced_at":"2025-09-03T15:44:26.625Z","repository":{"id":49787769,"uuid":"518081855","full_name":"suressk/sure-ui","owner":"suressk","description":"A vue3 component library","archived":false,"fork":false,"pushed_at":"2022-08-20T10:30:56.000Z","size":820,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-08-20T04:38:32.040Z","etag":null,"topics":["component-library","sure-ui","ui-framework","vue3"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/sure-ui","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/suressk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-07-26T13:53:22.000Z","updated_at":"2022-08-14T22:57:30.000Z","dependencies_parsed_at":"2022-08-12T20:40:22.239Z","dependency_job_id":null,"html_url":"https://github.com/suressk/sure-ui","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/suressk/sure-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suressk%2Fsure-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suressk%2Fsure-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suressk%2Fsure-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suressk%2Fsure-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suressk","download_url":"https://codeload.github.com/suressk/sure-ui/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suressk%2Fsure-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273467732,"owners_count":25111133,"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-09-03T02:00:09.631Z","response_time":76,"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":["component-library","sure-ui","ui-framework","vue3"],"created_at":"2024-11-23T07:10:50.312Z","updated_at":"2025-09-03T15:44:26.592Z","avatar_url":"https://github.com/suressk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sure-ui\n\nIt borrowed from [`Element Plus`](https://github.com/element-plus/element-plus)\n\n## Install\n\n```bash\nnpm i sure-ui\n```\n\n## Usage\n\nAdd `sure-ui` in your main entry file.\n\n```ts\n// main.ts\nimport { createApp } from 'vue'\nimport SureUI from 'sure-ui'\nimport 'sure-ui/dist/index.css'\n\ncreateApp(App).use(SureUI).mount('#app')\n```\n\nBut now, Just implemented the `Icon` component, it can be combined with icon components implemented in `sure-icons-vue`\n\n```bash\nnpm i sure-icons-vue\n```\n\nuse it in your custom component file\n\n```vue\n\u003cscript setup lang=\"ts\"\u003e\nimport { Wechat } from 'sure-icons-vue'\n\u003c/script\u003e\n\n\u003ctemplate\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003csure-icon color=\"#f40\" :size=\"30\"\u003e\n      \u003cWechat /\u003e\n    \u003c/sure-icon\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n```\n\n## License\n\n[MIT](./LICENSE) License © 2022 [K. ( `suressk` )](https://github.com/suressk)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuressk%2Fsure-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuressk%2Fsure-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuressk%2Fsure-ui/lists"}