diff --git a/README.MD b/README.MD index 8a153ae..ac2a414 100644 --- a/README.MD +++ b/README.MD @@ -70,3 +70,13 @@ Vue.use(VueBottomSheet); | click-to-close | Boolean | Click outside card to close | `:click-to-close="false"` | | max-width | String | Set max-width of component card | `max-width="640px"` | | max-height | String | Set max-height of component card | `max-height="90%"` | +| effect | String | Set effect for component card | `effect="fx-fadein-scale"` | + +### List of effects + +- fx-default +- fx-fadein-scale +- fx-slide-from-right +- fx-slide-from-left + +You can see all the effects on the [demo page](https://webzlodimir.github.io/vue-bottom-sheet-demo/) \ No newline at end of file diff --git a/README_RU.MD b/README_RU.MD index c2e02a0..c4f80ad 100644 --- a/README_RU.MD +++ b/README_RU.MD @@ -70,3 +70,13 @@ Vue.use(VueBottomSheet); | click-to-close | Boolean | Клик вне карточки закрывает компонент | `:click-to-close="false"` | | max-width | String | Устанавливает максимальную ширину карточки компонента | `max-width="640px"` | | max-height | String | Устанавливает максимальную высоту карточки компонента | `max-height="90%"` | +| effect | String | Устанавливает эффект появление карточки компонента | `effect="fx-fadein-scale"` | + +### Список эффектов + +- fx-default +- fx-fadein-scale +- fx-slide-from-right +- fx-slide-from-left + +Вы можете посмотреть все эффекты на [демо странице](https://webzlodimir.github.io/vue-bottom-sheet-demo/) \ No newline at end of file diff --git a/dev/dev.vue b/dev/dev.vue index 0317ad1..24416c3 100644 --- a/dev/dev.vue +++ b/dev/dev.vue @@ -57,6 +57,24 @@ class="form-control" /> +
+ + +