Skip to content

Instantly share code, notes, and snippets.

@wovosoft
Last active May 7, 2023 05:33
Show Gist options
  • Save wovosoft/297ce9927f5e1e6ed3836410cdeba7dc to your computer and use it in GitHub Desktop.
Save wovosoft/297ce9927f5e1e6ed3836410cdeba7dc to your computer and use it in GitHub Desktop.
wovoui buttons
<script>
import {Button} from "@wovosoft/wovoui";
</script>
<template>
<Button>Button</Button>
<Button variant="danger">Button</Button>
<Button variant="success">Button</Button>
<Button variant="outline-primary">Button</Button>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment