File "BaseSelectAction.vue"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/resources/scripts/customer/stubs/BaseSelectAction.vue
File size: 236 bytes
MIME-type: text/plain
Charset: utf-8

<template>
  <div
    class="
      flex
      items-center
      justify-center
      w-full
      px-6
      py-2
      text-sm
      bg-gray-200
      cursor-pointer
      text-primary-400
    "
  >
    <slot />
  </div>
</template>