mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-19 21:05:06 +09:00
665 B
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>