Equal-UI / Equal

Equal UI is a Vue 3 UI library empowered by Tailwindcss

Home Page:https://equal-ui.github.io/Equal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Equal UI is a Vue 3 UI library empowered by Tailwindcss

https://equal-ui.github.io/Equal/

License:MIT License


Languages

Language:TypeScript 58.9%Language:Vue 40.7%Language:HTML 0.2%Language:JavaScript 0.2%Language:CSS 0.0%