@waff/equal
TypeScript icon, indicating that this package has built-in type declarations

0.79.7 • Public • Published

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

Package Sidebar

Install

npm i @waff/equal

Weekly Downloads

4

Version

0.79.7

License

MIT

Unpacked Size

1.91 MB

Total Files

155

Last publish

Collaborators

  • wvffle