diff --git a/.gitignore b/.gitignore index 10a258a..9a26ba7 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,6 @@ jspm_packages/ .pnp.* .idea + +# +package-lock.json \ No newline at end of file diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index d34403a..5578026 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -95,7 +95,7 @@ export default defineConfig({ footer: { message: 'Released under the MIT License.', - copyright: 'Copyright © 2022 themesberg' + copyright: 'Copyright © 2022 Flowbite™' }, }, diff --git a/docs/components/accordion/accordion.md b/docs/components/accordion/accordion.md index 63f2650..3ed9fa6 100644 --- a/docs/components/accordion/accordion.md +++ b/docs/components/accordion/accordion.md @@ -1,7 +1,7 @@ -# Accordion +# Vue Accordion Component - Flowbite ```vue -# Alert +# Vue Alert Component - Flowbite #### Show contextual information to your users using alert elements based on Tailwind CSS diff --git a/docs/components/avatar/avatar.md b/docs/components/avatar/avatar.md index a1b8a7f..9a65c1e 100644 --- a/docs/components/avatar/avatar.md +++ b/docs/components/avatar/avatar.md @@ -10,7 +10,7 @@ import AvatarPlaceholderExample from './examples/AvatarPlaceholderExample.vue' import AvatarPlaceholderInitialsExample from './examples/AvatarPlaceholderInitialsExample.vue' -# Avatar +# Vue Avatar Component - Flowbite Use the avatar component to show a visual representation of a user profile using an image element or SVG object based on multiple styles and sizes ## Default avatar diff --git a/docs/components/badge/badge.md b/docs/components/badge/badge.md index 5ba67ce..9cf1905 100644 --- a/docs/components/badge/badge.md +++ b/docs/components/badge/badge.md @@ -5,7 +5,7 @@ import BadgeLinksExample from './examples/BadgeLinksExample.vue' import BadgeIconsExample from './examples/BadgeIconsExample.vue' import BadgeOnlyIconsExample from './examples/BadgeOnlyIconsExample.vue' -# Badge +# Vue Badge Component - Flowbite #### Use Tailwind CSS badges as elements to show counts or labels separately or inside other components --- diff --git a/docs/components/breadcrumb/breadcrumb.md b/docs/components/breadcrumb/breadcrumb.md index ed78a57..4127852 100644 --- a/docs/components/breadcrumb/breadcrumb.md +++ b/docs/components/breadcrumb/breadcrumb.md @@ -3,7 +3,7 @@ import BreadcrumbExample from './examples/BreadcrumbExample.vue' import BreadcrumbSolidExample from './examples/BreadcrumbSolidExample.vue' import BreadcrumbCustomIconsExample from './examples/BreadcrumbCustomIconsExample.vue' -# Breadcrumb +# Vue Breadcrumb Component - Flowbite The breadcrumb component is an important part of any website or application that can be used to show the current location of a page in a hierarchical structure of pages. Flowbite includes two styles of breadcrumb elements, one that has a transparent background and a few more that come with a background in different colors. diff --git a/docs/components/button/button.md b/docs/components/button/button.md index a70a0d6..dadc71f 100644 --- a/docs/components/button/button.md +++ b/docs/components/button/button.md @@ -15,7 +15,7 @@ import ButtonDisabledExample from './examples/ButtonDisabledExample.vue'; import ButtonLoadingExample from './examples/ButtonLoadingExample.vue'; -# Button +# Vue Button Component - Flowbite #### Use the button component inside forms, as links, social login, payment options with support for multiple styles, colors, sizes, gradients, and shadows @@ -412,7 +412,7 @@ import { Button } from 'flowbite-vue' diff --git a/docs/components/buttonGroup/buttonGroup.md b/docs/components/buttonGroup/buttonGroup.md index 7296465..54ad533 100644 --- a/docs/components/buttonGroup/buttonGroup.md +++ b/docs/components/buttonGroup/buttonGroup.md @@ -3,7 +3,7 @@ import ButtonGroupBasicExample from './examples/ButtonGroupBasicExample.vue'; import ButtonGroupIconExample from './examples/ButtonGroupIconExample.vue'; -# Button Group +# Vue Button Group Component - Flowbite #### Button groups are a Tailwind CSS powered set of buttons sticked together in a horizontal line diff --git a/docs/components/card/card.md b/docs/components/card/card.md index 5465b68..45b17e4 100644 --- a/docs/components/card/card.md +++ b/docs/components/card/card.md @@ -3,7 +3,7 @@ import CardDefaultExample from './examples/CardDefaultExample.vue' import CardImageExample from './examples/CardImageExample.vue' import CardHorizontalExample from './examples/CardHorizontalExample.vue' -# Card +# Vue Card Components - Flowbite #### Get started with a large variety of Tailwind CSS card examples for your web project diff --git a/docs/components/carousel/carousel.md b/docs/components/carousel/carousel.md index 5e41553..236b2f8 100644 --- a/docs/components/carousel/carousel.md +++ b/docs/components/carousel/carousel.md @@ -1,7 +1,7 @@ -# Carousel +# Vue Carousel Component - Flowbite ```vue -# Dropdown +# Vue Dropdown Component - Flowbite #### Get started with the dropdown component to show a list of menu items when clicking on the trigger element based on multiple layouts, styles, and placements @@ -32,7 +32,7 @@ import { Dropdown } from 'flowbite-vue' diff --git a/docs/components/flowbiteThemable/flowbiteThemable.md b/docs/components/flowbiteThemable/flowbiteThemable.md index 34482d3..1a1288d 100644 --- a/docs/components/flowbiteThemable/flowbiteThemable.md +++ b/docs/components/flowbiteThemable/flowbiteThemable.md @@ -6,7 +6,7 @@ import FlowbiteThemableDropdownExample from './examples/dropdown/FlowbiteThemabl import FlowbiteThemableButtonExample from './examples/button/FlowbiteThemableButtonExample.vue'; -# Flowbite Themable +# Vue Themable Configuration - Flowbite You can use this wrapper for styling components with no color prop(like tabs, dropdown etc.) diff --git a/docs/components/footer/footer.md b/docs/components/footer/footer.md index 5874ef0..897328a 100644 --- a/docs/components/footer/footer.md +++ b/docs/components/footer/footer.md @@ -1,7 +1,7 @@ -# Footer +# Vue Footer Component - Flowbite ```vue -# Input +# Vue Input Components - Flowbite #### Get started with a collection of input fields built with Tailwind CSS to start accepting data from the user based on multiple sizes, variants, and input types diff --git a/docs/components/listGroup/listGroup.md b/docs/components/listGroup/listGroup.md index 2d5aea4..6793a10 100644 --- a/docs/components/listGroup/listGroup.md +++ b/docs/components/listGroup/listGroup.md @@ -5,7 +5,7 @@ import ListGroupHoverIconExample from './examples/ListGroupHoverIconExample.vue' import ListGroupHoverIconDisabledExample from './examples/ListGroupHoverIconDisabledExample.vue' -# ListGroup +# Vue List Group Component - Flowbite #### Use the list group component to display a series of items, buttons or links inside a single element diff --git a/docs/components/modal/modal.md b/docs/components/modal/modal.md index ec6568b..3314dd5 100644 --- a/docs/components/modal/modal.md +++ b/docs/components/modal/modal.md @@ -1,7 +1,7 @@ -# Modal +# Vue Modal Component - Flowbite ```vue -# Navbar +# Vue Navbar Component - Flowbite ```vue -# Pagination +# Vue Pagination Component - Flowbite ```vue -# Progress +# Vue Progress Bar Component - Flowbite ```vue -# Rating +# Vue Rating Component - Flowbite ```vue -# Sidebar +# Vue Sidebar Component - Flowbite ```vue -# Spinner +# Vue Spinner Component - Flowbite #### Use the spinner component as a loader indicator in your projects when fetching data based on an animated SVG using the utility classes from Tailwind CSS diff --git a/docs/components/table/table.md b/docs/components/table/table.md index e88f195..1ed74e5 100644 --- a/docs/components/table/table.md +++ b/docs/components/table/table.md @@ -1,7 +1,7 @@ -# Table +# Vue Table Component - Flowbite ```vue -# Tabs +# Vue Tabs Component - Flowbite #### Use these responsive tabs components to create a secondary navigational hierarchy for your website or toggle content inside a container diff --git a/docs/components/timeline/timeline.md b/docs/components/timeline/timeline.md index 72523a3..8d552d7 100644 --- a/docs/components/timeline/timeline.md +++ b/docs/components/timeline/timeline.md @@ -1,7 +1,7 @@ -# Timeline +# Vue Timeline Component - Flowbite ```vue -# Toast +# Vue Toast Component - Flowbite #### Push notifications to your users using the toast component and choose from multiple sizes, colors, styles, and positions diff --git a/docs/components/toastProvider/toastProvider.md b/docs/components/toastProvider/toastProvider.md index 0b1be30..667812f 100644 --- a/docs/components/toastProvider/toastProvider.md +++ b/docs/components/toastProvider/toastProvider.md @@ -1,6 +1,6 @@ -# Toast provider +# Vue Toast Provider - Flowbite diff --git a/docs/components/tooltip/tooltip.md b/docs/components/tooltip/tooltip.md index 1666216..608372b 100644 --- a/docs/components/tooltip/tooltip.md +++ b/docs/components/tooltip/tooltip.md @@ -1,7 +1,7 @@ -# Tooltip +# Vue Tooltip Component - Flowbite ```vue