New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

flowbite-vue

Package Overview
Dependencies
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowbite-vue

flowbite-vue Build websites even faster with components on

  • 0.1.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
4
Weekly downloads
 
Created
Source

flowbite-vue

Flowbite - Tailwind CSS components

Build websites even faster with components on top of Vue and Tailwind CSS

Discord Total Downloads Latest release Licenese


flowbite-vue is an open source collection of UI components, built in Vue, with utility classes from Tailwind CSS that you can use as a starting point for user interfaces and websites.

Table of Contents

Documentation

Documentation for flowbite-vue is not yet finished.

If you want to browse the components, visit flowbite.com.

If you want to learn more about Flowbite, visit Flowbite docs.

Getting started

To use flowbite-vue, you just need to setup flowbite normally and install flowbite-vue from npm.

flowbite can be included as a plugin into an existing Tailwind CSS project.

Require via npm

Make sure that you have Node.js and Tailwind CSS installed.

  1. Install flowbite as a dependency using npm by running the following command:
npm i flowbite flowbite-vue
  1. Require flowbite as a plugin inside the tailwind.config.js file:
module.exports = {
  content: [
    ...,
    'node_modules/flowbite-vue/**/*.{js,jsx,ts,tsx}'
  ],
  plugins: [..., require('flowbite/plugin')],
};

Components

AlertsBadgeBreadcrumbs
Tailwind CSS Alerts Tailwind CSS Badge Tailwind CSS Breadcrumbs
ButtonsButton groupCards
Tailwind CSS Buttons Tailwind CSS Button Group Tailwind CSS Cards
Dropdown:construction: FormsList group
Tailwind CSS Dropdown Tailwind CSS Forms Tailwind CSS List group
:construction: TypographyModalTabs
Tailwind CSS Typography Tailwind CSS Modal Tailwind CSS Tabs
NavbarPaginationTimeline
Tailwind CSS Navbar Tailwind CSS Pagination Tailwind CSS Timeline
Progress barTablesToast
Tailwind CSS Progress Bar Tailwind CSS Tables Tailwind CSS Toast
Tooltips:construction: DatepickerSpinner
Tailwind CSS Tooltips Tailwind CSS Datepicker Tailwind CSS Spinner
FooterAccordion:construction: Sidebar
Tailwind CSS Footer Tailwind CSS Accordion Tailwind CSS Sidebar
CarouselAvatarRating
Tailwind CSS Carousel Tailwind CSS Avatar Tailwind CSS Rating
Input FieldFile Input:construction: Search Input
Tailwind CSS Input Field Tailwind CSS File Input Tailwind CSS Search Input
SelectTextareaCheckbox
Tailwind CSS Select Tailwind CSS Textarea Tailwind CSS Checkbox
RadioToggleRange Slider
Tailwind CSS Radio Tailwind CSS Toggle Tailwind CSS Range Slider
:construction: Floating Label
Tailwind CSS Floating Label

Community

If you need help or just want to discuss about the library join the community on Github:

⌨️ Discuss about Flowbite on GitHub

For casual chatting with others using the library:

💬 Join the Flowbite Discord Server

Contributing

Thank you for your interest in helping! Visit our guide on contributing to get started.

Figma

If you need the Figma files for the components you can check out our website for more information:

🎨 Get access to the Figma design files

The Flowbite name and logos are trademarks of Crafty Dwarf Inc.

📝 Read about the licensing terms

FAQs

Package last updated on 21 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc