react-native-4i
v6.0.4
Published
all components
Downloads
30
Maintainers
Readme
react-native-4i provides simple and flexible design to all the mandatory components for commercial application
Installation
Using NPM
`npm install react-native-4i`Import required Library:
import { C_Button, C_InputField, C_SelectList, C_slider } from "react-native-4i"Demo
[View in page]
Usage
<C_Button
style={{
backgroundColor: "green",
}}
label="Next-->"
onPress={() => {}}
loader={false}
/>