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

Version Path
maglevcms-1.8.0 app/frontend/editor/components/kit/list-item-button.vue
maglevcms-1.7.3 app/frontend/editor/components/kit/list-item-button.vue
maglevcms-1.7.2 app/frontend/editor/components/kit/list-item-button.vue
maglevcms-1.7.1 app/frontend/editor/components/kit/list-item-button.vue
maglevcms-1.7.0 app/frontend/editor/components/kit/list-item-button.vue
maglevcms-1.6.1 app/frontend/editor/components/kit/list-item-button.vue
maglevcms-1.6.0 app/frontend/editor/components/kit/list-item-button.vue
maglevcms-1.5.1 app/frontend/editor/components/kit/list-item-button.vue