https://github.com/mspvirajpatel/react-components
https://github.com/mspvirajpatel/react-components
button progress-hud progress-view react-components react-native ripplebutton searchbar textinput textview toast
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mspvirajpatel/react-components
- Owner: mspvirajpatel
- License: mit
- Created: 2017-08-30T04:57:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T11:54:08.000Z (over 7 years ago)
- Last Synced: 2025-01-17T13:33:13.935Z (4 months ago)
- Topics: button, progress-hud, progress-view, react-components, react-native, ripplebutton, searchbar, textinput, textview, toast
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Components
-Button for Icon & Text Added
-Loading indicates( Multiple Choice)
-Internet Connection Check(OfflineBar)
-ProgressView for API Call
-RippleButton For Material Design Button
-SearchBar for Search
-TextView (iOS & android Same UI) ( Fix issue with bottom line in Android)
-ToastView for toast//Button
{AppText.homebtnSearch}//Loading indicates(
-Internet Connection Check(OfflineBar)
this.offlineBarRef = r} />
//SearchBar for Search
console.log('On Search Change')}
height={50}
onFocus={() => console.log('On Focus')}
onBlur={() => console.log('On Blur')}
placeholder={'Search...'}
autoCorrect={false}
padding={5}
returnKeyType={'search'} />// TextView (iOS & android Same UI) ( Fix issue with bottom line in Android)
this.setState({username: text})}
_onDelTextHandle={() => this.setState({username: ''})}
value={this.state.username}/>