Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
:size="spinnerSize"
:depth="spinnerDepth"
:rotation="spinnerRotation"
:speed="spinnerSpeed"></spinner>
:speed="spinnerSpeed"
:opacity="spinnerOpacity"></spinner>
```

## Installation
Expand Down Expand Up @@ -54,7 +55,7 @@ npm install
npm run dev
```

You can customize the color, size, depth, rotation, speed with setting the props. All props have default value.
You can customize the color, size, depth, rotation, speed, opacity with setting the props. All props have default value.

## License

Expand Down
8 changes: 4 additions & 4 deletions dist/build.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/build.js.map

Large diffs are not rendered by default.

Loading