detrixdesignsystem
v1.0.2
Published
Contributing for the Internal utilization purpose of Synclo Projects as an Mobile App Developer from Detrix Network Pvt Ltd. Credits: vinaykumarkeerthipati, yamparala rahul
Downloads
2
Maintainers
Readme
Detrix Network Pvt Ltd
Contributors: @vinay kumar keerthipati
Updated on: 11 July 2024
Version : 1.0.1
DetrixButton.js
- onPressFunc //
- onPressBoolValue //
- detrixButtonStyles //
- loaderEnable //
- PressableTextValue //
DetrixTextInput.js
- 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
Version : 1.0.0
Button.js
// accepts only Title and onPress