Files
flowbite-vue/docs/components/typography/heading/H3.vue
2023-09-19 13:20:42 +03:00

8 lines
161 B
Vue

<template>
<Heading tag="h3">Heading 3</Heading>
</template>
<script setup>
import Heading from '../../../../src/components/Typography/Heading.vue'
</script>