Files
flowbite-vue/docs/guide/button/ButtonExample.vue

9 lines
151 B
Vue

<template>
<Button variant="default">
Кнопка
</Button>
</template>
<script setup>
import { Button } from "../../../src/index";
</script>