Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Equal-UI/Equal

Equal UI is a Vue 3 UI library empowered by Tailwindcss
https://github.com/Equal-UI/Equal

contributions-welcome css equal framework frontend nuxt tailwind tailwindcss typescript ui ux vue vue-components vue3 vuejs

Last synced: about 1 month ago
JSON representation

Equal UI is a Vue 3 UI library empowered by Tailwindcss

Lists

README

        










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](https://twitter.com/k0mmsussertod)

# Install

You need [Vue.js](https://v3.vuejs.org/) 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](https://raw.githubusercontent.com/Equal-UI/Equal/master/LICENSE)