equal-vue
TypeScript icon, indicating that this package has built-in type declarations

0.93.0 • Public • Published

Equal UI
Equal UI is a Vue 3 hackable components library with 30+ components on top of Tailwindcss
Explore Equal UI docs

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.93.013latest

Version History

VersionDownloads (Last 7 Days)Published
0.93.013
0.92.00
0.9.180
0.9.160
0.9.140
0.9.130
0.9.120
0.9.110
0.9.10
0.9.00
0.79.34
0.79.20
0.79.10
0.79.00
0.78.00
0.77.03
0.75.02
0.74.00
0.731.00
0.73.00
0.72.10
0.72.00
0.7.230
0.7.220
0.7.210
0.7.200
0.7.190
0.7.170
0.7.160
0.7.150
0.7.140
0.7.120
0.7.110
0.7.10
0.7.00
0.42.0960
0.4.10
0.4.00
0.3.20
0.3.10
0.3.00
0.2.120
0.2.110
0.2.10
0.2.00
0.1.30
0.1.20
0.1.10
0.1.00

Package Sidebar

Install

npm i equal-vue

Weekly Downloads

982

Version

0.93.0

License

MIT

Unpacked Size

1.01 MB

Total Files

236

Last publish

Collaborators

  • quatrochan