Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Mar 20, 2024
1 parent ff7dcf8 commit 9e468e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions __app/component/CopyToClipboard/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 1. Happy Flow
## 1. Happy Flow

## a) Passing string for copy
#### a) Passing string for copy

```js
<CopyToClipboard
elementToBeCopy="Fe-pilot library offers component like scanner, voice search, autofill otp, phonebook, share and many more for a small/medium/large size web based applications"
/>
```

## b) Passing element for copy
#### b) Passing element for copy

```js
<CopyToClipboard
Expand All @@ -23,7 +23,7 @@
> You can also pass ref variable

## c) Passing child
#### c) Passing child

```js
<CopyToClipboard
Expand Down

0 comments on commit 9e468e6

Please sign in to comment.