Sha256: 3406bff6d0258b6d949349afc68da190df4fb60797feb0b122359ce1574856b1
Contents?: true
Size: 398 Bytes
Versions: 8
Compression:
Stored size: 398 Bytes
Contents
<template> <button class="px-1 py-1 rounded-full bg-gray-600 bg-opacity-0 hover:text-gray-900 text-gray-600 focus:outline-none hover:bg-opacity-10 transition-colors duration-200" > <uikit-icon :name="iconName" size="1.25rem" /> </button> </template> <script> export default { name: 'UIKitListItemButton', props: { iconName: { type: String, required: true }, }, } </script>
Version data entries
8 entries across 8 versions & 1 rubygems