lory icon indicating copy to clipboard operation
lory copied to clipboard

use a default slot to allow overriding prev/next svgs

Open chlab opened this issue 8 years ago • 0 comments

This allows overriding the default prev/next icons like so:

<prev slot="actions">
    <span class="icon" aria-hidden="true">
        <i class="icon-chevron-left"></i>
    </span>
</prev>

chlab avatar Sep 04 '17 11:09 chlab