Files
flowbite-vue/docs/components/typography/p/FwbPExample.vue
Sqrcz 7948a04159 Feature/paragraph updates (#257)
* useMergeClasses accepted types updated - to match twMerge

* fwb-paragraph updated to accept user classes

* docs updated to fix missing tailwind classes

* fwb-p documentation updated

* tailwindcss class wrapper props removed

* Update docs/components/typography/p/FwbPExampleCustom.vue

* Update docs/components/typography/p/FwbPExampleCustom.vue

---------

Co-authored-by: Ilya Artamonov <ilya.sosidka@gmail.com>
2023-12-18 10:57:06 +03:00

17 lines
703 B
Vue

<template>
<div class="vp-raw">
<fwb-p>
Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest data from other software development tools, so your IT support and operations teams
have richer contextual information to rapidly respond to requests, incidents, and changes.
</fwb-p>
<fwb-p>
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.
</fwb-p>
</div>
</template>
<script setup>
import { FwbP } from '../../../../src/'
</script>