{"id":20245057,"url":"https://github.com/interlay/ui","last_synced_at":"2025-04-10T20:51:11.851Z","repository":{"id":193326364,"uuid":"688577304","full_name":"interlay/ui","owner":"interlay","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-27T10:14:21.000Z","size":2147,"stargazers_count":1,"open_issues_count":5,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T10:04:53.986Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ui-interlay.vercel.app","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/interlay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.MD","funding":null,"license":null,"code_of_conduct":null,"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}},"created_at":"2023-09-07T16:31:07.000Z","updated_at":"2024-05-27T08:39:10.000Z","dependencies_parsed_at":"2023-11-29T17:31:13.184Z","dependency_job_id":"d3cc167f-daaa-48be-98d0-0eda1032e639","html_url":"https://github.com/interlay/ui","commit_stats":{"total_commits":84,"total_committers":3,"mean_commits":28.0,"dds":0.3928571428571429,"last_synced_commit":"f129ccd76b5d987b31680de57eff5736fa82c7fe"},"previous_names":["interlay/interlay-ui","interlay/ui"],"tags_count":93,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interlay%2Fui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interlay%2Fui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interlay%2Fui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interlay%2Fui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interlay","download_url":"https://codeload.github.com/interlay/ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247589822,"owners_count":20963025,"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":[],"created_at":"2024-11-14T09:18:43.551Z","updated_at":"2025-04-10T20:51:11.821Z","avatar_url":"https://github.com/interlay.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n      \u003ch1 align=\"center\"\u003eInterlay UI\u003c/h1\u003e\n\u003c/p\u003e\n\u003c/br\u003e\n\nInterlay IU is library of accessible, reusable, and composable React components built\naround a crypto business model\n\n## Table of contents\n\n- 🚀 [Features](#features)\n- 📦 [Installation](#installation)\n- 💻 [Usage](#usage)\n- 📝 [Contributing](#contributing)\n- ⚖️ [License](#license)\n\n## Features\n\n- Ease of Styling: style your component simply by passing props\n- Flexible \u0026 composable: Interlay UI components are built on top of a React UI\n  Primitive for endless composability.\n- Accessible. Interlay UI components follow the WAI-ARIA guidelines specifications\n  and have the right `aria-*` attributes by using `react-aria` as foundation.\n\n## Installation\n\nTo use Interlay UI components, all you need to do is install the\n`@interlay/ui` package and its peer dependencies:\n\n```sh\n# with Yarn\n$ yarn add @interlay/ui styled-components\n\n# with npm\n$ npm i @interlay/ui styled-components\n\n# with pnpm\n$ pnpm add @interlay/ui styled-components\n\n# with Bun\n$ bun add @interlay/ui styled-components\n```\n\n## Usage\n\nTo start using the components, please follow these steps:\n\n1. Wrap your application with the `InterlayUIProvider` provided by\n   **@interlay/ui**.\n\n```jsx\nimport { InterlayUIProvider } from '@interlay/ui';\n\n// Do this at the root of your application\nfunction App({ children }) {\n  return \u003cInterlayUIProvider\u003e{children}\u003c/InterlayUIProvider\u003e;\n}\n```\n\n2. Now you can start using components like so!:\n\n```jsx\nimport { Button } from '@interlay/ui';\n\nfunction Example() {\n  return \u003cButton\u003eI am using Interlay UI\u003c/Button\u003e;\n}\n```\n\n## Contributing\n\nContributions are always welcome!\n\nSee [CONTRIBUTING.md](https://github.com/interlay/ui/blob/main/CONTRIBUTING.MD) for ways to get started.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterlay%2Fui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterlay%2Fui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterlay%2Fui/lists"}