{"id":20670012,"url":"https://github.com/mspvirajpatel/react-components","last_synced_at":"2026-05-16T18:31:22.394Z","repository":{"id":88398272,"uuid":"101839408","full_name":"mspvirajpatel/React-Components","owner":"mspvirajpatel","description":null,"archived":false,"fork":false,"pushed_at":"2017-08-30T11:54:08.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-19T20:49:35.864Z","etag":null,"topics":["button","progress-hud","progress-view","react-components","react-native","ripplebutton","searchbar","textinput","textview","toast"],"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/mspvirajpatel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-08-30T04:57:02.000Z","updated_at":"2017-08-31T02:29:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"588c92d6-a3fb-4123-b713-e8326d42fae4","html_url":"https://github.com/mspvirajpatel/React-Components","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mspvirajpatel/React-Components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mspvirajpatel%2FReact-Components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mspvirajpatel%2FReact-Components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mspvirajpatel%2FReact-Components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mspvirajpatel%2FReact-Components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mspvirajpatel","download_url":"https://codeload.github.com/mspvirajpatel/React-Components/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mspvirajpatel%2FReact-Components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33114145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["button","progress-hud","progress-view","react-components","react-native","ripplebutton","searchbar","textinput","textview","toast"],"created_at":"2024-11-16T20:17:26.534Z","updated_at":"2026-05-16T18:31:22.372Z","avatar_url":"https://github.com/mspvirajpatel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React-Components\n\n-Button for Icon \u0026 Text Added\n-Loading indicates( Multiple Choice)\n-Internet Connection Check(OfflineBar)\n-ProgressView for API Call\n-RippleButton For Material Design Button\n-SearchBar for Search \n-TextView (iOS \u0026 android Same UI) ( Fix issue with bottom line in Android)\n-ToastView for toast\n\n\n//Button\n\u003cButtonsWithIcons styles={{width: 90,height: 90}} onPress={this.onList}\u003e\n \u003cImage source={home} style={{width: 60,height: 60}} /\u003e\n \u003cText style={{\n        fontSize: 10,\n        color: \"#ffffff\",\n        marginLeft:8,\n        marginRight:8,\n        alignItems: 'center',\n        textAlign: 'center',\n    }}\u003e{AppText.homebtnSearch}\u003c/Text\u003e\n\u003c/ButtonsWithIcons\u003e\n\n//Loading indicates(\n\u003cBallIndicator color={\"#ffffff\"} style={{marginBottom:20}} /\u003e\n\u003cBarIndicator color={\"#ffffff\"} style={{marginBottom:20}} /\u003e\n\u003cMaterialIndicator color={\"#ffffff\"} style={{marginBottom:20}} /\u003e\n\u003cDotIndicator color={\"#ffffff\"} style={{marginBottom:20}} /\u003e\n\u003cPacmanIndicator color={\"#ffffff\"} style={{marginBottom:20}} /\u003e\n\u003cPulseIndicator color={\"#ffffff\"} style={{marginBottom:20}} /\u003e\n\u003cSkypeIndicator color={\"#ffffff\"} style={{marginBottom:20}} /\u003e\n\u003cUIActivityIndicator color={\"#ffffff\"} style={{marginBottom:20}} /\u003e\n\u003cWaveIndicator color={\"#ffffff\"} style={{marginBottom:20}} /\u003e\n\n\n-Internet Connection Check(OfflineBar)\n\n\u003cOfflineBar ref={(r) =\u003e this.offlineBarRef = r} /\u003e\n\n\n//SearchBar for Search \n\n\u003cSearchBarView onSearchChange={() =\u003e console.log('On Search Change')}\n                                   height={50}\n                                   onFocus={() =\u003e console.log('On Focus')}\n                                   onBlur={() =\u003e console.log('On Blur')}\n                                   placeholder={'Search...'}\n                                   autoCorrect={false}\n                                   padding={5}\n                                   returnKeyType={'search'} /\u003e\n\n// TextView (iOS \u0026 android Same UI) ( Fix issue with bottom line in Android)\n\u003cTextInputBox keyboardType=\"email-address\"\n                                      placeholder={AppText.loginUserplaceholder}\n                                      onChangeText={(text) =\u003e this.setState({username: text})}\n                                      _onDelTextHandle={() =\u003e this.setState({username: ''})}\n                                      value={this.state.username}/\u003e\n                                      \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmspvirajpatel%2Freact-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmspvirajpatel%2Freact-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmspvirajpatel%2Freact-components/lists"}