Add homepage features.
This commit is contained in:
@@ -95,7 +95,7 @@ export default defineConfig({
|
|||||||
|
|
||||||
footer: {
|
footer: {
|
||||||
message: 'Released under the MIT License.',
|
message: 'Released under the MIT License.',
|
||||||
copyright: 'Copyright © 2022 themesberg'
|
copyright: 'Copyright © 2022 Flowbite™'
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ titleTemplate: Flowbite
|
|||||||
|
|
||||||
hero:
|
hero:
|
||||||
name: Flowbite Vue 3
|
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
|
tagline: Get started with the most popular open-source library of interactive UI components built with the utility classes from Tailwind CSS
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
@@ -15,4 +15,14 @@ hero:
|
|||||||
- theme: alt
|
- theme: alt
|
||||||
text: View on GitHub
|
text: View on GitHub
|
||||||
link: https://github.com/themesberg/flowbite-vue
|
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.
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user