Skip to content

Commit

Permalink
docs: update installation guide and demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ejirocodes committed May 30, 2024
1 parent e46edc4 commit 76d01e0
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,26 @@

## ⚙️ Installation

To install the latest stable version:
### Install as package

```sh
npm i vue3-otp-input
```

OR
You can install `vue3-otp-input` via the terminal.

```sh
yarn add vue3-otp-input
pnpm i vue3-otp-input
```

OR

Without Build Tools
### Install via CDN

```sh
<script src="https://unpkg.com/vue3-otp-input"></script>

<script src="https://cdn.jsdelivr.net/npm/vue3-otp-input"></script>

```

## 📖 Usage [Demo](https://github.com/ejirocodes/vue3-otp-input/blob/main/dev/serve.vue)
## 📖 Usage [Demo](https://github.com/ejirocodes/vue3-otp-input/blob/main/src/App.vue)

### 1/3. Register as a Vue component locally OR

Expand Down

0 comments on commit 76d01e0

Please sign in to comment.