{"id":16751602,"url":"https://github.com/lancercomet/lancet","last_synced_at":"2025-04-10T15:51:08.496Z","repository":{"id":42622675,"uuid":"421269090","full_name":"LancerComet/Lancet","owner":"LancerComet","description":"A little tiny Vue 3 UI component library.","archived":false,"fork":false,"pushed_at":"2022-03-30T19:25:18.000Z","size":261,"stargazers_count":10,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T19:14:33.697Z","etag":null,"topics":["components","ui","ui-components","vue","vue-ui-components","vue3","vue3-composition-api"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/LancerComet.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":"2021-10-26T03:43:06.000Z","updated_at":"2023-08-19T15:00:12.000Z","dependencies_parsed_at":"2022-09-15T17:50:25.336Z","dependency_job_id":null,"html_url":"https://github.com/LancerComet/Lancet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LancerComet%2FLancet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LancerComet%2FLancet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LancerComet%2FLancet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LancerComet%2FLancet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LancerComet","download_url":"https://codeload.github.com/LancerComet/Lancet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248244998,"owners_count":21071388,"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":["components","ui","ui-components","vue","vue-ui-components","vue3","vue3-composition-api"],"created_at":"2024-10-13T02:44:25.106Z","updated_at":"2025-04-10T15:51:08.469Z","avatar_url":"https://github.com/LancerComet.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lancet\n\nA little tiny Vue 3 UI component library. Still in heavy development.\n\n## Quick start\n\n```tsx\nimport { defineComponent, createApp } from 'vue'\nimport { Lancet, LctApp, LctBtn } from 'lancet'\n\n// Lancet uses Material Icons as its iconpack.\nimport 'material-icons/iconfont/material-icons.css'\n\nconst MyApp = defineComponent({\n  setup () {\n    return () =\u003e (\n      \u003cLctApp\u003e\n        \u003ch1\u003eMy Awesome App\u003c/h1\u003e\n        \u003cdiv\u003e\n          \u003cLctBtn\u003eSubmit\u003c/LctBtn\u003e\n        \u003c/div\u003e\n      \u003c/LctApp\u003e\n    )\n  }\n})\n\nconst app = createApp(TestPage)\napp.use(Lancet)\napp.mount('#app')\n```\n\n## Components\n\nPlease check `lib/components` folder to see what kind of components we provide.\n\n## Showcase\n\nThe showcase code is located in `dev` folder.\n\nCheckout how the components work by launching the project with `npm run dev`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flancercomet%2Flancet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flancercomet%2Flancet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flancercomet%2Flancet/lists"}