tailwind-ui Tailwind Templates

Tailwind Ui

This repository contains all the Tailwind UI components from https://tailwindui.com/.

Tailwind UI Components

Follow the steps below to make sure it works successfully on your project.

  1. Install HeadlessUI
npm install @headlessui/vue
  1. Install HeroIcons
npm install @heroicons/vue
  1. Install and add the following Tailwind plugins in your tailwind.config.js
npm install @tailwindcss/forms @tailwindcss/typography @tailwindcss/aspect-ratio

module.exports = {
    plugins: [
        require('@tailwindcss/forms'),
        require('@tailwindcss/typography'),
        require('@tailwindcss/aspect-ratio')
    ],
}
  1. If somehow the component doesn't work, please check the comments on top of each component Vue file.

Top categories

Loading Svelte Themes