diff --git a/__app/component/PhoneBook/README.md b/__app/component/PhoneBook/README.md index f8e0bfc..a0db8e8 100644 --- a/__app/component/PhoneBook/README.md +++ b/__app/component/PhoneBook/README.md @@ -7,18 +7,14 @@ #### b) Passing contactProperty pros to the PhoneBook Component ```js - + ``` > [!Note] > Prop contactProperty will be an array and it can contains 5 value. These 5 value are optional, you can pass either the single/two/three/four/five values. #### c) Passing isSelectMultiple pros to the PhoneBook Component ```js - + ``` > [!Note] > You can select multiple phone numbers from phonebook directory. @@ -27,9 +23,7 @@ #### d) Passing child ```js - - Pass PhoneBook Icon here - +Pass PhoneBook Icon here ``` ## 2. Success: successCb callBack Fn along with success msg