{"id":22865064,"url":"https://github.com/xgfe/react-native-ui-xg","last_synced_at":"2025-04-07T13:06:08.187Z","repository":{"id":57335011,"uuid":"79440182","full_name":"xgfe/react-native-ui-xg","owner":"xgfe","description":"react-native-ui-xg","archived":false,"fork":false,"pushed_at":"2019-07-23T07:55:21.000Z","size":344,"stargazers_count":152,"open_issues_count":3,"forks_count":24,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-27T16:53:02.685Z","etag":null,"topics":["react-native","ui-components"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/xgfe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-19T10:04:28.000Z","updated_at":"2022-12-30T03:43:32.000Z","dependencies_parsed_at":"2022-09-05T12:02:19.999Z","dependency_job_id":null,"html_url":"https://github.com/xgfe/react-native-ui-xg","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xgfe%2Freact-native-ui-xg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xgfe%2Freact-native-ui-xg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xgfe%2Freact-native-ui-xg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xgfe%2Freact-native-ui-xg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xgfe","download_url":"https://codeload.github.com/xgfe/react-native-ui-xg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247657276,"owners_count":20974344,"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":["react-native","ui-components"],"created_at":"2024-12-13T11:32:35.156Z","updated_at":"2025-04-07T13:06:08.162Z","avatar_url":"https://github.com/xgfe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-ui-xg [![Build Status](https://travis-ci.org/xgfe/react-native-ui-xg.svg?branch=master)](https://travis-ci.org/xgfe/react-native-ui-xg) [![Coverage Status](https://coveralls.io/repos/github/xgfe/react-native-ui-xg/badge.svg?branch=master)](https://coveralls.io/github/xgfe/react-native-ui-xg?branch=master)\n\nA suit of cross platform React Native ui kit.\n\n![image](https://raw.githubusercontent.com/lulutia/images/master/react-native-components/Screen-Capture-44.gif)\n\n## Install\n\n```bash\nnpm install react-native-ui-xg --save\n```\n\n## Usage\n\n### for the whole\n```js\nimport {\n  Tab,\n  Link,\n  Input,\n  Button,\n  Grading,\n  Confirm,\n  Accordion,\n  ZoomImage,\n  DrawerMenu,\n  DatePicker,\n  ActionSheet,\n  LabelSelect,\n  CalendarSelect\n} from 'react-native-ui-xg';\n```\n### for one by one\n\n```bash\n\nnpm install react-native-tab-xg --save\nnpm install react-native-link-xg --save\nnpm install react-native-buttons --save\nnpm install react-native-grading --save\nnpm install react-native-confirm --save\nnpm install react-native-input-xg --save\nnpm install react-native-zoom-image --save\nnpm install react-native-datepicker --save\nnpm install react-native-drawer-menu --save\nnpm install react-native-label-select --save\nnpm install react-native-accordion-xg --save\nnpm install react-native-action-sheet-xg --save\nnpm install react-native-calendar-select --save\n```\n\n## Components\n\n* [Tab](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Tab/README.md)\n* [Link](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Link/README.md)\n* [Input](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Input/README.md)\n* [Button](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Button/README.md)\n* [Grading](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Grading/README.md)\n* [Confirm](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Confirm/README.md)\n* [Accordion](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Accordion/README.md)\n* [ZoomImage](https://github.com/xgfe/react-native-ui-xg/blob/master/components/ZoomImage/README.md)\n* [DatePicker](https://github.com/xgfe/react-native-ui-xg/tree/master/components/DatePicker)\n* [StyleSheet](https://github.com/xgfe/react-native-ui-xg/blob/master/components/StyleSheet/README.md)\n* [DrawerMenu](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Drawer/README.md)\n* [LabelSelect](https://github.com/xgfe/react-native-ui-xg/blob/master/components/LabelSelect/README.md)\n* [ActionSheet](https://github.com/xgfe/react-native-ui-xg/blob/master/components/ActionSheet/README.md)\n* [ActionSheet](https://github.com/xgfe/react-native-ui-xg/blob/master/components/CalendarSelect/README.md)\n\n## Example\n\n* git clone https://github.com/xgfe/react-native-ui-xg.git\n* cd react-native-ui-xg \u0026\u0026 npm install\n* react-native run-android\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxgfe%2Freact-native-ui-xg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxgfe%2Freact-native-ui-xg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxgfe%2Freact-native-ui-xg/lists"}