An open API service indexing awesome lists of open source software.

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

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}/>