Files
oa/documentation/action/v-action-documentation.md
2025-05-24 01:49:48 +09:00

665 B

VAction

Vuero provides a versatile small button component named <VAction /> components can have different colors. VActions can be rounded, hoverable or grey using the related props.

<template>
  <VButtons>
    <VAction> Action </VAction>
    <VAction rounded>
      Action
    </VAction>
    <VAction hoverable>
      Action
    </VAction>
    <VAction grey>
      Action
    </VAction>
  </VButtons>
</template>
Action Action Action Action