G-Loot DS — card recap Status: processing Recap rendered
by Augustin Hiebel
HTML
<!-- Content -->
<div className="w-full flex-1 flex items-stretch justify-between">
<div className="flex-1 flex flex-col items-start justify-around text-left pl-1 leading-normal">
<h5>Recap created</h5>
<ul>
<li>Length: 00:59:00</li>
<li>Moments: 10</li>
</ul>
</div>
<div className="flex flex-col justify-between">
<Tooltip tooltip={ <ul class="menu menu-rounded w-48">
<li>
<button type="button" className="is-disabled">
<span>Open in Recap editor (new)</span>
</button>
</li>
<li>
<button type="button">
<span>Publish Recap</span>
</button>
</li>
</ul>
}
>
<button type="button" className="button button-sm button-tertiary rounded-full">
<span className="icon icon-dots-vertical" />
</button>
</Tooltip>
<button type="button" className="button button-sm button-tertiary rounded-full">
<span className="icon icon-trash" />
</button>
</div>
</div>