From c805bd8871ed0a93c1e448f420c55ee98a5891ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Sz=C5=91gy=C3=A9nyi?= Date: Mon, 19 Sep 2022 18:52:14 +0300 Subject: [PATCH] Add homepage features. --- docs/.vitepress/config.ts | 2 +- docs/index.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) 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/index.md b/docs/index.md index 31a3eda..c70f0ee 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ titleTemplate: Flowbite hero: name: Flowbite Vue 3 - text: Tailwind CSS Vue based component library + text: Vue component library based on Tailwind CSS tagline: Get started with the most popular open-source library of interactive UI components built with the utility classes from Tailwind CSS actions: - theme: brand @@ -15,4 +15,14 @@ hero: - theme: alt text: View on GitHub link: https://github.com/themesberg/flowbite-vue + +features: + - title: Vue 3 components 🧱 + details: Use hundreds of open-source components such as navbars, modals, and dropdowns based on Vue 3 and Tailwind CSS. + - title: Based on Tailwind CSS 💨 + details: The components are based on the utility classes from Tailwind CSS and you can use them to further customize the interface. + - title: Powered by Flowbite 🚀 + details: The Flowbite Vue library is based on the original Flowbite component library using vanilla JavaScript. + - title: Open-source community ❤️ + details: Thousands of developers actively use the components from Flowbite Vue to power their applications. ---