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

13 lines
426 B
Vue

<template>
<div class="vp-raw">
<P class="!text-green-400 italic">
Deliver great service experiences fast - without the complexity of traditional ITSM solutions. Accelerate critical development work, eliminate toil, and deploy changes with ease, with a complete
audit trail for every change.
</P>
</div>
</template>
<script setup>
import P from '../../../../src/components/Typography/P.vue'
</script>