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

8 lines
161 B
Vue

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