From 7948a04159932b3faf29725691b427b1ac0f6ae4 Mon Sep 17 00:00:00 2001 From: Sqrcz Date: Mon, 18 Dec 2023 08:57:06 +0100 Subject: [PATCH] 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 --- docs/components/paragraph.md | 94 ++++++------------- docs/components/typography/p/FwbPExample.vue | 2 +- .../typography/p/FwbPExampleAlign.vue | 26 ----- .../typography/p/FwbPExampleCustom.vue | 37 +++++++- .../typography/p/FwbPExampleWeight.vue | 17 ---- docs/pages/getting-started.md | 2 +- src/components/Typography/FwbP.vue | 64 +++---------- 7 files changed, 80 insertions(+), 162 deletions(-) delete mode 100644 docs/components/typography/p/FwbPExampleAlign.vue delete mode 100644 docs/components/typography/p/FwbPExampleWeight.vue diff --git a/docs/components/paragraph.md b/docs/components/paragraph.md index a08927b..1783cc4 100644 --- a/docs/components/paragraph.md +++ b/docs/components/paragraph.md @@ -1,8 +1,6 @@ # Vue Paragraph - Flowbite @@ -15,7 +13,7 @@ Use this example of a paragraph element to use inside article content or a landi ```vue