equal-vue

Equal is a Vue 3 hackable UI library empowered by tailwindcss

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
equal-vue
1,20320.93.010 months ago5 years agoMinified + gzip package size for equal-vue in KB

Readme

<img width="150" src="./docs/public/logo.svg">

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+ ```bash
npm
npm install equal-vue ``` ```bash
yarn
yarn add equal-vue ```
Usage

All components

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

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