not-the-real-equal-vue
TypeScript icon, indicating that this package has built-in type declarations

0.79.5 • 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 not-the-real-equal-vue

Weekly Downloads

0

Version

0.79.5

License

MIT

Unpacked Size

607 kB

Total Files

259

Last publish

Collaborators

  • eduardcarmocanu