Contributing for the Internal utilization purpose of Synclo Projects as an Mobile App Developer from Detrix Network Pvt Ltd. Credits: vinaykumarkeerthipati, yamparala rahul
npm install detrixdesignsystem@vinay kumar keerthipati`- `DetrixButton.js`
`text`
- onPressFunc //
- onPressBoolValue //
- detrixButtonStyles //
- loaderEnable //
- PressableTextValue //
- `DetrixTextInput.js`
`text`
- inputRef, //Text input reference can be used for capturing focus change
- TextInputName, // Title for the Text Input
- textInputValue, // input display value after set hook declared
- setTextInputValue, // input value taking field after set hook declared
- autoFocusBoolValue, // textinput field should auto focus or not
- placeHolderTextValue, // placeholder for input field
- secureTextEntryBoolValue, // entered text value should mask or not
- onSubmitEditingFunc, // to capture keyboard event press
- returnKeyTypeValue, // keyboard enter or next or go return values select list of any one value
- onFocusFunc, // should focus input field or not
- onBlurFunc, // should close inpout field focus condition
- onKeyPressFunc, // to get enter or backspace event tartgets
- errorString, // error string for the input field
- errorValidationBoolVal, // error string should display or not
- IconPlacement, // icon placement on right
- iconPressFunc, // icon press functionality
- gViewStyleDeclares, // styles for declaring to top view as of now you can give width only
- `Button.js` // accepts only Title and onPress
#### Created by `@vinaykumarkeerthipati``