Equal-UI
Equal
TypeScript

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
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


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

MIT

ยฉ 2026 GitRepoTrend ยท Equal-UI/Equal ยท Updated daily from GitHub