Skip to content

Commit

Permalink
refactor: readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhadip committed Sep 11, 2022
1 parent 7ad7264 commit 8076d23
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
steps:
- uses: actions/checkout@master
- uses: codecov/codecov-action@v3
with:
verbose: true # optional (default = false)
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,12 @@ function callbackFunction(event: CustomEvent) {
| maskInput | Boolean | false | mask input values |
| autoFocusNextOnInput | Boolean | true | focus on next input after entering value |
| focusPreviousOnDelete | Boolean | true | move focus to previous element on delete |
| emitEventOnPrefill | Boolean | false | emits events on filling all input fields |
| customWrapperClass | string | false | used to style wrapper element of otp |
| customSeparatorClass | string | | used to style separator |
| customRowClass | string | | used to style individual input |
| customInputWrapperClass | string | | used to style input wrapper |
| customTextInputClass | string | | used to style input box |
| emitEventOnPrefill | string | | emits events on filling all input fields |

## Events

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-otp",
"version": "1.0.0",
"version": "1.0.1",
"description": "svelte Otp",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 8076d23

Please sign in to comment.