0.1.4 • Published 9 days ago

flowbite-vue v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 days ago

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

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

Copyright and license

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

📝 Read about the licensing terms

0.1.4

9 days ago

0.1.3

2 months ago

0.1.2

5 months ago

0.1.0

7 months ago

0.1.1

5 months ago

0.0.17-next.3

8 months ago

0.0.17-next.4

8 months ago

0.0.17-next.5

8 months ago

0.0.17-next.10

8 months ago

0.0.17-next.6

8 months ago

0.0.17-next.7

8 months ago

0.0.17-next.8

8 months ago

0.0.17-next.9

8 months ago

0.0.17-next.12

8 months ago

0.0.17-next.11

8 months ago

0.0.17

7 months ago

0.0.17-next.13

8 months ago

0.0.17-next.1

9 months ago

0.0.17-next.2

9 months ago

0.0.17-next.0

10 months ago

0.0.11

11 months ago

0.0.12

11 months ago

0.0.13

11 months ago

0.0.14

11 months ago

0.0.15

10 months ago

0.0.16

10 months ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago