From bfbc232b4be7fcec026cc6a1a2da10016c900efe Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 17 Dec 2023 09:00:12 +0200 Subject: [PATCH] chore: component import fixes --- docs/components/jumbotron.md | 6 ++++++ .../examples/FwbJumbotronBackgroundImageExample.vue | 2 +- docs/components/jumbotron/examples/FwbJumbotronExample.vue | 2 +- .../jumbotron/examples/FwbJumbotronFormExample.vue | 2 +- .../jumbotron/examples/FwbJumbotronGradientExample.vue | 2 +- .../jumbotron/examples/FwbJumbotronVideoExample.vue | 2 +- src/index.ts | 1 + 7 files changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/components/jumbotron.md b/docs/components/jumbotron.md index 4f5cf872..ccf1357b 100644 --- a/docs/components/jumbotron.md +++ b/docs/components/jumbotron.md @@ -10,6 +10,12 @@ import FwbJumbotronVideoExample from './jumbotron/examples/FwbJumbotronVideoExam #### Use the jumbotron component to show a marketing message to your users based on a headline and image inside of a card box based on Tailwind CSS +--- + +:::tip +Original reference: [https://flowbite.com/docs/components/jumbotron/](https://flowbite.com/docs/components/jumbotron/) +::: + The Jumbotron (hero) component can be used as the first section of your website with a focus on a marketing message to increase the likelihood of the user to continue browsing your website. This UI component features a heading title, a short description, an optional CTA button, background image, gradient or solid background color and it’s generally inside of a card element. diff --git a/docs/components/jumbotron/examples/FwbJumbotronBackgroundImageExample.vue b/docs/components/jumbotron/examples/FwbJumbotronBackgroundImageExample.vue index 4fe76c4b..a528892a 100644 --- a/docs/components/jumbotron/examples/FwbJumbotronBackgroundImageExample.vue +++ b/docs/components/jumbotron/examples/FwbJumbotronBackgroundImageExample.vue @@ -43,5 +43,5 @@ diff --git a/docs/components/jumbotron/examples/FwbJumbotronExample.vue b/docs/components/jumbotron/examples/FwbJumbotronExample.vue index 9f5e6642..ae93a2cb 100644 --- a/docs/components/jumbotron/examples/FwbJumbotronExample.vue +++ b/docs/components/jumbotron/examples/FwbJumbotronExample.vue @@ -40,5 +40,5 @@ diff --git a/docs/components/jumbotron/examples/FwbJumbotronFormExample.vue b/docs/components/jumbotron/examples/FwbJumbotronFormExample.vue index 5818ed7c..3db47b17 100644 --- a/docs/components/jumbotron/examples/FwbJumbotronFormExample.vue +++ b/docs/components/jumbotron/examples/FwbJumbotronFormExample.vue @@ -105,5 +105,5 @@ diff --git a/docs/components/jumbotron/examples/FwbJumbotronGradientExample.vue b/docs/components/jumbotron/examples/FwbJumbotronGradientExample.vue index 44d2b119..1cfe59c1 100644 --- a/docs/components/jumbotron/examples/FwbJumbotronGradientExample.vue +++ b/docs/components/jumbotron/examples/FwbJumbotronGradientExample.vue @@ -46,5 +46,5 @@ diff --git a/docs/components/jumbotron/examples/FwbJumbotronVideoExample.vue b/docs/components/jumbotron/examples/FwbJumbotronVideoExample.vue index 8e694806..a1fbfdda 100644 --- a/docs/components/jumbotron/examples/FwbJumbotronVideoExample.vue +++ b/docs/components/jumbotron/examples/FwbJumbotronVideoExample.vue @@ -53,5 +53,5 @@ diff --git a/src/index.ts b/src/index.ts index a5ec56d5..994321a8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -20,6 +20,7 @@ export { default as FwbFooterCopyright } from './components/FwbFooter/FwbFooterC export { default as FwbFooterIcon } from './components/FwbFooter/FwbFooterIcon.vue' export { default as FwbFooterLink } from './components/FwbFooter/FwbFooterLink.vue' export { default as FwbFooterLinkGroup } from './components/FwbFooter/FwbFooterLinkGroup.vue' +export { default as FwbJumbotron } from './components/FwbJumbotron/FwbJumbotron.vue' export { default as FwbListGroup } from './components/FwbListGroup/FwbListGroup.vue' export { default as FwbListGroupItem } from './components/FwbListGroup/FwbListGroupItem.vue' export { default as FwbModal } from './components/FwbModal/FwbModal.vue'