{"id":27944641,"url":"https://github.com/vega-ui/ui","last_synced_at":"2026-04-01T23:53:35.800Z","repository":{"id":291844365,"uuid":"978955954","full_name":"vega-ui/ui","owner":"vega-ui","description":"VegaUI Kit (Web)","archived":false,"fork":false,"pushed_at":"2026-03-30T20:01:24.000Z","size":6299,"stargazers_count":7,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-01T01:58:15.029Z","etag":null,"topics":["js","ts","typescript","ui","uikit","web"],"latest_commit_sha":null,"homepage":"https://vega-ui.github.io/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/vega-ui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-06T19:07:49.000Z","updated_at":"2026-03-30T19:56:37.000Z","dependencies_parsed_at":"2026-03-07T12:03:48.334Z","dependency_job_id":null,"html_url":"https://github.com/vega-ui/ui","commit_stats":null,"previous_names":["vega-ui/ui"],"tags_count":253,"template":false,"template_full_name":null,"purl":"pkg:github/vega-ui/ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vega-ui%2Fui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vega-ui%2Fui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vega-ui%2Fui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vega-ui%2Fui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vega-ui","download_url":"https://codeload.github.com/vega-ui/ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vega-ui%2Fui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293129,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["js","ts","typescript","ui","uikit","web"],"created_at":"2025-05-07T12:53:54.737Z","updated_at":"2026-04-01T23:53:35.777Z","avatar_url":"https://github.com/vega-ui.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vega UI Monorepo\n\nReact component library, written by developers for developers 🩵\n## Installation\n\nInstall @vega-ui/react with\n\n**npm:**\n\n```bash\n  npm i @vega-ui/react\n```\n\n**yarn:**\n\n```bash\n  yarn add @vega-ui/react\n```\n\n## Start\n\nConnect the styles first. You can do this using a js file, however, we recommend that you connect using ``@import`` and defining layers so that there are no conflicts with specificity.\n\n```css\n  @import url('@/shared/styles/normalize.css') layer(reset);\n  @import url('@vega-ui/react/style') layer(library);\n\n  @layer reset, library, components, overrides;\n```\n\nSetup fonts\n\n**Next:**\n\n```typescript jsx\n    import { Montserrat } from 'next/font/google';\n\n    const montserratSans = Montserrat({\n      subsets: ['latin', 'cyrillic'],\n      display: 'swap',\n      weight: ['400', '500', '700', '900']\n    });\n```\n\n**Google Fonts:**\n\n```html\n    \u003clink rel=\"preconnect\" href=\"https://fonts.googleapis.com\"\u003e\n    \u003clink rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin\u003e\n    \u003clink href=\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900\u0026display=swap\" rel=\"stylesheet\"\u003e\n```\n\nStart using\n\n```typescript\n  import { Button } from '@vega-ui/react';\n\n  ...\n\n  \u003cButton\u003eHello, world!\u003c/Button\u003e\n```\n\n\n## Running Tests\n\nTo run tests, run the following command\n\n```bash\n  npm run test\n```\n\n\n## Contributing\n\nContributions are always welcome!\n\nSee `contributing.md` for ways to get started.\n\nPlease adhere to this project's `code of conduct`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvega-ui%2Fui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvega-ui%2Fui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvega-ui%2Fui/lists"}