All Projects → quatrochan → Equal

quatrochan / Equal

Licence: mit
🧬 Equal is a Vue 3 UI library based on TypeScript

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Equal

Vuesax
New Framework Components for Vue.js 2
Stars: ✭ 5,293 (+1289.24%)
Mutual labels:  framework, vue-components
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (+84.25%)
Mutual labels:  framework, vue-components
Awesome Uikit
Collect JS Frameworks, Web components library and Admin Template.
Stars: ✭ 1,136 (+198.16%)
Mutual labels:  framework, vue-components
Hyperf
🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.
Stars: ✭ 4,206 (+1003.94%)
Mutual labels:  framework
Ark
ARK is a lightweight, agility, elastic, distributed plugin framework written in C++,make it easier and faster to create your own application service.
Stars: ✭ 370 (-2.89%)
Mutual labels:  framework
Neuraxle
A Sklearn-like Framework for Hyperparameter Tuning and AutoML in Deep Learning projects. Finally have the right abstractions and design patterns to properly do AutoML. Let your pipeline steps have hyperparameter spaces. Enable checkpoints to cut duplicate calculations. Go from research to production environment easily.
Stars: ✭ 377 (-1.05%)
Mutual labels:  framework
Vue Persian Datetime Picker
A vue plugin to select jalali date and time
Stars: ✭ 380 (-0.26%)
Mutual labels:  vue-components
Lulumi Browser
Lulumi-browser is a lightweight browser coded with Vue.js 2 and Electron.
Stars: ✭ 367 (-3.67%)
Mutual labels:  framework
Libgdx
Desktop/Android/HTML5/iOS Java game development framework
Stars: ✭ 19,420 (+4997.11%)
Mutual labels:  framework
Shep
A framework for building JavaScript Applications with AWS API Gateway and Lambda
Stars: ✭ 376 (-1.31%)
Mutual labels:  framework
Kengine
A unity asset bundle framework with LGPL license
Stars: ✭ 375 (-1.57%)
Mutual labels:  framework
Vue Video Player
🎞 @videojs component for @vuejs
Stars: ✭ 4,026 (+956.69%)
Mutual labels:  vue-components
Ergo
a Framework for creating mesh networks using technologies and design patterns of Erlang/OTP in Golang
Stars: ✭ 376 (-1.31%)
Mutual labels:  framework
Anahita
Anahita is a platform and framework for developing open science and knowledge sharing applications on a social networking foundation.
Stars: ✭ 369 (-3.15%)
Mutual labels:  framework
Hyperapp
The tiny framework for building hypertext applications.
Stars: ✭ 18,724 (+4814.44%)
Mutual labels:  framework
Vue Framework Wz
👏vue后台管理框架👏
Stars: ✭ 3,757 (+886.09%)
Mutual labels:  vue-components
Transmittable Thread Local
📌 TransmittableThreadLocal (TTL), the missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
Stars: ✭ 4,678 (+1127.82%)
Mutual labels:  framework
Feather
Feather is a modern Swift-based content management system powered by Vapor 4.
Stars: ✭ 374 (-1.84%)
Mutual labels:  framework
Silex
[DEPRECATED -- Use Symfony instead] The PHP micro-framework based on the Symfony Components
Stars: ✭ 3,646 (+856.96%)
Mutual labels:  framework
Orchestra
Orchestra is a composable shell and WPF framework built on top of Catel
Stars: ✭ 373 (-2.1%)
Mutual labels:  framework

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].