A Vue 3 Components Library With 30+ Components Based on Typescript

Equal UI

Equal UI is a Vue 3 components library with 30+ components based on TypeScript and personal design system.
Explore Equal UI docs

Features

  • Enterpise class UI based on Equal design system
  • Supports Material Design Icons
  • Lightweight: 11KB brotli
  • Includes 30+ components
  • No external dependencies
  • Based on TypeScript

Links

Twitter: @Yan

Install

You need Vue.js version 3.0+

# npm
npm install equal-vue
# yarn
yarn add equal-vue

Usage

All components

import Vue from 'vue'
import Equal from 'equal-vue'
import 'equal-vue/dist/equal.css'

Vue.createApp.use(Equal)

Or individual components

import Vue from 'vue'
import { Button, Alert, Switch } from 'equal-vue'
import 'equal-vue/dist/equal.css'

Vue.createApp.use(Button).use(Alert).use(Switch)

Download Details:

Author: quatrochan

Demo: https://quatrochan.github.io/Equal/

Source Code: https://github.com/quatrochan/Equal

#vuejs #javascript

A Vue 3 Components Library With 30+ Components Based on Typescript
7.90 GEEK