2.7.5 • Published 1 month ago

sndq-custom-component v2.7.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

sndq-custom-component

Custom and reusable components for react native

Installation

Using NPM

    npm install sndq-custom-component

Or using Yarn

    yarn add sndq-custom-component

Usage

import { Avatar } from 'sndq-custom-component';
// ...
<Avatar imgURL={''} size={'large'} userName={'Bill Edward'} />;

Avatar

PropDescriptionRequiredTypeDefault
imgURLImage source of Avatar:white_check_mark:stringundefined
userNameName of the user:white_check_mark:stringundefined
sizeSize of Avatar:white_check_mark:stringundefined

TextArea

PropDescriptionRequiredTypeDefault
inputTextValue of TextArea:white_check_mark:stringundefined
setInputTextSetState actions of TextArea:white_check_mark:React.Dispatch<React.SetStateAction>undefined

Button

PropDescriptionRequiredTypeDefault
colorSwatchSwatch type:white_check_mark:stringundefined
sizeSize of the button:white_check_mark:stringundefined
titleButton title:white_large_square:stringundefined
disabledButton disable:white_large_square:booleantrue
leftIconButton left icon:white_large_square:ImageSourcePropTypeundefined
rightIconButton right icon:white_large_square:ImageSourcePropTypeundefined

Input

PropDescriptionRequiredTypeDefault
onChangevalue change:white_large_square:functionvoid
enableeditable:white_large_square:booleantrue
textvalue input:white_large_square:stringundefined
setTextset value of input:white_large_square:React.Dispatch<React.SetStateAction>undefined
cursorColorcursor color:white_large_square:stringundefined
placeHolderTextplace holder text input:white_large_square:stringundefined
keyboardModemode of the keyboard:white_large_square:KeyboardTypeOptionsundefined
multiLineTextEnable multi lines:white_large_square:booleanfalse
isPasswordEnable show character with password:white_large_square:booleanfalse
showPasswordFunction show and hide password:white_large_square:functionvoid
hidePasswordHide password:white_large_square:booleanfalse
linesnumber of lines:white_large_square:numberundefined
maxTextLengthLength of text:white_large_square:numberundefined
placeholderTextColorcolor of placeholder text:white_large_square:ColorValueundefined
labelinput label:white_large_square:stringundefined
validateTypeMessage validate type:white_large_square:stringundefined
validateMsgMessage validate:white_large_square:stringundefined
setValidateMsgSet message validation:white_large_square:anyundefined
extraPrefixextra prefix:white_large_square:booleanfalse
extraSuffixextra suffix:white_large_square:booleanfalse

Checkbox

PropDescriptionRequiredTypeDefault
statusstatus of checkbox:white_large_square:numberundefined
checkBoxLabelLabel of checkbox:white_large_square:stringundefined
checkBoxDisableCheckbox disable:white_large_square:booleanfalse

SingleSelect

PropDescriptionRequiredTypeDefault
titleTitle of single selection:white_check_mark:stringundefined
dataList item selection:white_check_mark:Arrayundefined
cancelTitleTitle button cancel:white_check_mark:string'Cancel'
confirmTitleTitle button confirm:white_check_mark:string'Confirm'
modalVisiblestatus bottom sheet:white_check_mark:booleanfalse
setItemSelectedValueset item value selected:white_check_mark:React.Dispatch<React.SetStateAction>undefined
itemSelectedValueitem of data selected:white_check_mark:anyundefined
setModalVisibleset modal show or hide:white_check_mark:React.Dispatch<React.SetStateAction>undefined
onPressCancelon press cancel button:white_large_square:functionvoid
onPressConfirmon press confirm button:white_large_square:functionvoid

Chip

Container

InfoBar

Message

Switch

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

2.7.5

1 month ago

2.7.4

2 months ago

2.7.3

2 months ago

2.7.2

2 months ago

2.7.0

2 months ago

2.7.1

2 months ago

2.6.9

3 months ago

2.6.8

3 months ago

2.6.5

3 months ago

2.6.7

3 months ago

2.6.6

3 months ago

2.6.4

3 months ago

2.6.3

3 months ago

2.5.5

3 months ago

2.5.8

3 months ago

2.5.7

3 months ago

2.5.9

3 months ago

2.4.9

3 months ago

2.6.1

3 months ago

2.6.0

3 months ago

2.6.2

3 months ago

2.5.0

3 months ago

2.5.2

3 months ago

2.5.1

3 months ago

2.5.4

3 months ago

2.5.3

3 months ago

2.4.5

3 months ago

2.4.7

3 months ago

2.4.6

3 months ago

2.4.8

3 months ago

2.4.4

4 months ago

2.4.3

4 months ago

2.4.1

4 months ago

2.4.2

4 months ago

2.4.0

4 months ago

2.3.9

4 months ago

2.3.8

4 months ago

2.3.7

4 months ago

2.3.6

4 months ago

2.3.4

4 months ago

2.3.5

4 months ago

2.3.2

4 months ago

2.3.3

4 months ago

2.3.1

4 months ago

2.3.0

4 months ago

2.2.9

5 months ago

2.2.8

5 months ago

2.2.5

5 months ago

2.2.4

5 months ago

2.2.7

5 months ago

2.2.6

5 months ago

2.2.1

6 months ago

2.2.0

6 months ago

2.2.3

5 months ago

2.2.2

5 months ago

2.1.2

6 months ago

2.1.1

6 months ago

2.1.4

6 months ago

2.1.3

6 months ago

2.1.6

6 months ago

2.1.5

6 months ago

2.1.8

6 months ago

2.1.7

6 months ago

2.1.0

6 months ago

2.0.3

6 months ago

2.0.2

6 months ago

2.0.5

6 months ago

2.0.4

6 months ago

2.0.7

6 months ago

2.0.6

6 months ago

2.0.9

6 months ago

2.0.8

6 months ago

2.0.1

6 months ago

2.0.0

7 months ago

2.1.9

6 months ago

1.9.1

7 months ago

1.9.0

7 months ago

1.9.9

7 months ago

1.9.8

7 months ago

1.9.7

7 months ago

1.9.6

7 months ago

1.9.5

7 months ago

1.9.4

7 months ago

1.9.3

7 months ago

1.9.2

7 months ago

1.8.9

7 months ago

1.8.8

7 months ago

1.8.7

7 months ago

1.8.6

7 months ago

1.7.9

7 months ago

1.7.8

7 months ago

1.7.7

7 months ago

1.7.6

7 months ago

1.7.5

7 months ago

1.7.4

7 months ago

1.8.2

7 months ago

1.8.1

7 months ago

1.8.0

7 months ago

1.7.3

7 months ago

1.8.5

7 months ago

1.8.4

7 months ago

1.8.3

7 months ago

0.8.9

11 months ago

0.8.8

11 months ago

0.8.5

11 months ago

0.8.4

11 months ago

0.8.7

11 months ago

0.8.6

11 months ago

1.6.4

8 months ago

1.6.3

8 months ago

1.6.2

8 months ago

1.6.1

8 months ago

1.6.0

8 months ago

0.7.2

12 months ago

0.7.1

12 months ago

0.7.4

12 months ago

0.7.3

12 months ago

0.9.8

11 months ago

0.9.7

11 months ago

0.9.9

10 months ago

0.9.4

11 months ago

0.9.3

11 months ago

0.9.6

11 months ago

0.9.5

11 months ago

1.5.5

9 months ago

1.5.4

9 months ago

1.5.3

9 months ago

1.5.2

9 months ago

1.5.1

9 months ago

1.5.0

9 months ago

1.6.9

8 months ago

1.6.8

8 months ago

1.6.7

8 months ago

1.6.6

8 months ago

1.6.5

8 months ago

0.8.1

11 months ago

0.8.0

11 months ago

0.8.3

11 months ago

0.8.2

11 months ago

1.4.6

9 months ago

1.4.5

9 months ago

1.4.4

9 months ago

1.4.3

9 months ago

1.4.2

9 months ago

1.4.1

9 months ago

1.4.0

9 months ago

1.5.9

9 months ago

1.5.8

9 months ago

1.5.7

9 months ago

1.5.6

9 months ago

0.7.9

11 months ago

0.7.6

12 months ago

0.7.5

12 months ago

0.7.8

11 months ago

0.7.7

12 months ago

1.3.7

9 months ago

1.3.6

9 months ago

1.3.5

9 months ago

1.3.4

9 months ago

1.3.3

9 months ago

1.3.2

9 months ago

1.3.1

9 months ago

1.3.0

9 months ago

1.4.9

9 months ago

1.4.8

9 months ago

1.4.7

9 months ago

1.2.0

9 months ago

1.2.8

9 months ago

1.2.7

9 months ago

1.2.6

9 months ago

1.2.5

9 months ago

1.2.4

9 months ago

1.2.3

9 months ago

1.2.2

9 months ago

1.2.1

9 months ago

1.3.9

9 months ago

1.3.8

9 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.1.9

9 months ago

1.1.8

9 months ago

1.1.7

10 months ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.2.9

9 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

0.9.0

11 months ago

0.9.2

11 months ago

0.9.1

11 months ago

1.7.2

8 months ago

1.7.1

8 months ago

1.7.0

8 months ago

0.7.0

12 months ago

0.6.9

12 months ago

0.6.8

12 months ago

0.6.7

12 months ago

0.6.6

12 months ago

0.6.5

12 months ago

0.6.4

12 months ago

0.6.3

12 months ago

0.6.1

12 months ago

0.6.0

12 months ago

0.5.9

12 months ago

0.5.8

12 months ago

0.5.7

12 months ago

0.5.6

12 months ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.9

1 year ago

0.4.8

1 year ago

0.4.7

1 year ago

0.4.6

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.10

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.73

1 year ago

0.1.72

1 year ago

0.1.70

1 year ago

0.1.69

1 year ago

0.1.68

1 year ago

0.1.67

1 year ago

0.1.66

1 year ago

0.1.65

1 year ago

0.1.64

1 year ago

0.1.63

1 year ago

0.1.62

1 year ago

0.1.61

1 year ago

0.1.60

1 year ago

0.1.59

1 year ago

0.1.58

1 year ago

0.1.57

1 year ago

0.1.56

1 year ago

0.1.55

1 year ago

0.1.54

1 year ago

0.1.53

1 year ago

0.1.52

1 year ago

0.1.51

1 year ago

0.1.50

1 year ago

0.1.49

1 year ago

0.1.48

1 year ago

0.1.47

1 year ago

0.1.46

1 year ago

0.1.45

1 year ago

0.1.44

1 year ago

0.1.43

1 year ago

0.1.42

1 year ago

0.1.41

1 year ago

0.1.40

1 year ago

0.1.39

1 year ago

0.1.38

1 year ago

0.1.37

1 year ago

0.1.36

1 year ago

0.1.35

1 year ago

0.1.34

1 year ago

0.1.33

1 year ago

0.1.32

1 year ago

0.1.31

1 year ago

0.1.30

1 year ago

0.1.29

1 year ago

0.1.28

1 year ago

0.1.27

1 year ago

0.1.26

1 year ago

0.1.25

1 year ago

0.1.24

1 year ago

0.1.23

1 year ago

0.1.22

1 year ago

0.1.21

1 year ago

0.1.20

1 year ago

0.1.19

1 year ago

0.1.18

1 year ago

0.1.17

1 year ago

0.1.16

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago