Add homepage features.

This commit is contained in:
Zoltán Szőgyényi
2022-09-19 18:52:14 +03:00
parent 4dc218cfad
commit c805bd8871
2 changed files with 12 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ export default defineConfig({
footer: {
message: 'Released under the MIT License.',
copyright: 'Copyright © 2022 themesberg'
copyright: 'Copyright © 2022 Flowbite™'
},
},

View File

@@ -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.
---