quatrochan / Equal

Redirect to the new repository

Home Page:https://quatrochan.github.io/Equal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Follow

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: 18KB brotli
  • Includes 30+ components
  • 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 { createApp } from 'vue'
import Equal from 'equal-vue'
import 'equal-vue/dist/style.css'

createApp.use(Equal)

Or individual components

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

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

License

MIT

About

Redirect to the new repository

https://quatrochan.github.io/Equal

License:MIT License


Languages

Language:HTML 100.0%