{"id":21344776,"url":"https://github.com/enipx/oreo-ui","last_synced_at":"2025-07-12T15:32:16.192Z","repository":{"id":160078163,"uuid":"584165588","full_name":"enipx/oreo-ui","owner":"enipx","description":"Cross-platform UI components library built for React and React Native ⚡️","archived":false,"fork":false,"pushed_at":"2023-12-24T06:42:15.000Z","size":2445,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-26T03:22:53.293Z","etag":null,"topics":["oreo","oreo-ui","react","react-native","reactjs","ui-components","uikit"],"latest_commit_sha":null,"homepage":"https://oreo-ui.com/","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/enipx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2023-01-01T16:54:18.000Z","updated_at":"2024-01-02T09:38:29.000Z","dependencies_parsed_at":"2023-05-29T03:30:25.402Z","dependency_job_id":"734dfc6b-7eb8-40a9-a2e1-6410e2cf756e","html_url":"https://github.com/enipx/oreo-ui","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enipx%2Foreo-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enipx%2Foreo-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enipx%2Foreo-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enipx%2Foreo-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enipx","download_url":"https://codeload.github.com/enipx/oreo-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225826293,"owners_count":17530207,"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":["oreo","oreo-ui","react","react-native","reactjs","ui-components","uikit"],"created_at":"2024-11-22T01:22:04.892Z","updated_at":"2024-11-22T01:22:05.557Z","avatar_url":"https://github.com/enipx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oreo UI\n\nOreo is a cross-platform UI components library built for React and React Native designed to reduce the constraint faced when building products that span across both native and web platforms.\n\n## Features\n\n- Components \u0026 Styling: It includes a wide range of pre-built components, including `buttons`, `modals`, and more, fully customizable and offer a range of configuration options, making it easy to tailor them to your specific needs.\n\n- Flexibility: You can effortlessly compose UI components of your ideal choice to create a seamless user experience.\n\n- Dark mode: All components support dark mode.\n\n## Installation\n\nInstall dependencies:\n\nWeb\n\n```sh\n$ yarn add @oreo-ui/web styled-components\n\n# or\n\n$ npm i @oreo-ui/web styled-components\n```\n\nNative\n\n```sh\n$ yarn add @oreo-ui/native @oreo-ui/core styled-components react-native-svg react-native-safe-area-context\n\n# or\n\n$ npm i @oreo-ui/native @oreo-ui/core styled-components react-native-svg react-native-safe-area-context\n```\n\n## Usage\n\nOnce you have installed the dependencies, the next step is to wrap your application root component with the `OreoProvider`.\n\n```jsx\nimport { OreoProvider } from \"@oreo-ui/web\" | \"@oreo-ui/native\"\n\nexport default function App() {\n  return \u003cOreoProvider\u003e{children}\u003c/OreoProvider\u003e\n}\n```\n\nGreat! You're all set. You can now use Oreo throughout your application.\n\n```jsx\nimport { Button } from \"@oreo-ui/web\" | \"@oreo-ui/native\"\n\nfunction Example() {\n  return \u003cButton text=\"Button\"\u003e\n}\n```\n\nFull documentation available [here](https://oreo-ui.com/)\n\n## Todo\n\n- [ ] improve documentation (majorly to accommodate native users properly)\n- [ ] write test\n- [ ] enhance UI and accessibility\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nMIT ©\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenipx%2Foreo-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenipx%2Foreo-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenipx%2Foreo-ui/lists"}