{"id":26186663,"url":"https://github.com/adara-cs/ui-kit-web","last_synced_at":"2025-04-15T00:27:27.521Z","repository":{"id":267180352,"uuid":"900349935","full_name":"adara-cs/ui-kit-web","owner":"adara-cs","description":"UI Kit For Web Applications","archived":false,"fork":false,"pushed_at":"2025-04-12T19:37:52.000Z","size":4863,"stargazers_count":4,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-12T20:29:29.561Z","etag":null,"topics":["js","ts","typescript","ui","uikit","web"],"latest_commit_sha":null,"homepage":"https://adara-cs.github.io/ui-kit-web/","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/adara-cs.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}},"created_at":"2024-12-08T14:58:10.000Z","updated_at":"2025-04-12T19:36:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"ffa5b860-f2aa-4cd8-85b8-33f50e1dbdf9","html_url":"https://github.com/adara-cs/ui-kit-web","commit_stats":null,"previous_names":["adara-cs/ui-kit-web"],"tags_count":464,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adara-cs%2Fui-kit-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adara-cs%2Fui-kit-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adara-cs%2Fui-kit-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adara-cs%2Fui-kit-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adara-cs","download_url":"https://codeload.github.com/adara-cs/ui-kit-web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248982968,"owners_count":21193493,"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":["js","ts","typescript","ui","uikit","web"],"created_at":"2025-03-11T23:23:28.515Z","updated_at":"2025-04-15T00:27:27.498Z","avatar_url":"https://github.com/adara-cs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adara UI Monorepo\n\nReact component library, written by developers for developers 🩵\n## Installation\n\nInstall @adara-cs/ui-kit-web with\n\n**npm:**\n\n```bash\n  npm i @adara-cs/ui-kit-web\n```\n\n**yarn:**\n\n```bash\n  yarn add @adara-cs/ui-kit-web\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('@adara-cs/ui-kit-web/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 '@adara-cs/ui-kit-web';\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%2Fadara-cs%2Fui-kit-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadara-cs%2Fui-kit-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadara-cs%2Fui-kit-web/lists"}