Skip to content

Commit 3ecfa20

Browse files
committed
Updated docs with new pull request z-index implementation. Publishing new release
1 parent 0d42e2d commit 3ecfa20

File tree

5 files changed

+5727
-6
lines changed

5 files changed

+5727
-6
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,14 @@ If you want a custom color just pass a color parameter as `string`. It's best if
6161
<div v-ripple="'rgba(255, 255, 255, 0.35)'" class="button">I have different color</div>
6262
```
6363

64-
You can also set the default color for all your ripples like follows
64+
## Global settings
65+
66+
You can set the default color and z-index for all your ripples as the following example
6567

6668
```
6769
import Ripple from 'vue-ripple-directive'
6870
6971
Ripple.color = 'rgba(255, 255, 255, 0.35)';
72+
Ripple.zIndex = 55;
7073
Vue.directive('ripple', Ripple);
7174
```

dist/build.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/build.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)