From a6d1bd7a05c4cb2ad4efe5cd465e03a0963a1f14 Mon Sep 17 00:00:00 2001 From: Himanshu Gupta Date: Tue, 26 Mar 2024 23:02:24 +0530 Subject: [PATCH] readme.md changes for phonebook and CopyToClipBoard --- __app/component/PhoneBook/README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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