WIP Анимация карточек и переключателя календаря

This commit is contained in:
Daria Golova
2022-12-12 18:14:45 +03:00
parent af01eecda7
commit 39b39d5533
4 changed files with 36 additions and 17 deletions

View File

@@ -1,10 +1,10 @@
<template lang="pug">
.layout-switch-wrapper.inline-block
button#day.py-2.px-3(
button#day.py-2.px-3.transition.duration-200.ease-linear(
:class="dayLayoutState",
@click="changeSelectedLayout"
) День
button#week.py-2.px-3(
button#week.py-2.px-3.transition.duration-200.ease-linear(
:class="weekLayoutState",
@click="changeSelectedLayout"
) Неделя