UNPKG

yyzone

Version:

yyzone vue components and utils

9 lines 383 B
``` <YYButton type="primary" :loading="true">Primary</YYButton> <YYButton type="default">Default</YYButton> <YYButton type="success">Success</YYButton> <YYButton type="warning">Warning</YYButton> <YYButton type="danger">Danger</YYButton> <YYButton type="ghost" theme="dark">Ghost</YYButton> <YYButton type="primary" :disabled="true">Disable</YYButton> ```