Leonardoleo / tailwind-ui

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Vue 100.0%