Files
flowbite-vue/docs/guide/button/ButtonExample.vue
2022-06-29 19:10:05 +03:00

9 lines
145 B
Vue

<template>
<Button variant="default">
button
</Button>
</template>
<script setup>
import { Button } from "../../../src/index";
</script>