Equal UI is a Vue 3 UI library empowered by Tailwindcss
Last updated Jul 9, 2026
1.3k
Stars
63
Forks
2
Issues
0
Stars/day
Attention Score
34
Topics
Language breakdown
TypeScript 58.9%
Vue 40.7%
HTML 0.2%
JavaScript 0.2%
CSS 0.0%
โธ Files
click to expand
README
Equal UI
Equal UI is a Vue 3 hackable components library with 30+ components on top of Tailwindcss
Explore Equal UI docs
Explore Equal UI docs
English | ไธญๆ็ฎไฝ
Features
- ๐ฅ One of the best visuals in Vue ecosystem
- ๐ Built-in dark theme
- ๐จ Full customization
- ๐ฌ Have tooltips, notifications, popovers
- ๐ Lightweight: 12KB brotli
- ๐ง Includes 30+ components
- ๐ Uses your Tailwindcss classes
Links
Twitter: @Yan
Install
You need Vue.js version 3.1+
# npm
npm install equal-vue
# yarn
yarn add equal-vue
Usage
All components
import { createApp } from 'vue'
import Equal from 'equal-vue'
import Config from 'equal-vue/dist/theme/full' // or light / dark theme
createApp.use(Equal, Config)
Or individual components
import { createApp } from 'vue'
import { Button, Switch } from 'equal-vue'
import Config from 'equal-vue/dist/theme/full' // or light / dark theme
createApp.use(Button, Config).use(Switch, Config)
License
๐ More in this category