start calendar-strip__date
This commit is contained in:
parent
bedbf7712a
commit
bb3d4a4be0
2 changed files with 18 additions and 3 deletions
|
|
@ -32,8 +32,12 @@
|
|||
</div>
|
||||
<ul class="calendar-strip__days">
|
||||
<template x-for="(date, index) in dates">
|
||||
<li class="calendar-strip__day" :class="date.length > 0 ? 'event' : false" x-text="index"></li>
|
||||
<li class="calendar-strip__day">
|
||||
<button x-text="index" :disabled="date.length === 0 ? true : false" title="Voir les événements"></button>
|
||||
</li>
|
||||
</template>
|
||||
</ul>
|
||||
<button class="calendar-strip__calendar-btn">calendrier</button>
|
||||
<div class="calendar-strip__date"></div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue