All Projects → JDsecretFE → Quist Ui

JDsecretFE / Quist Ui

Licence: mit
快应用UI组件库 https://jdsecretfe.github.io/quist-ui/

Projects that are alternatives of or similar to Quist Ui

React Multi Select
A Multi Select component built with and for React
Stars: ✭ 111 (+2.78%)
Mutual labels:  component, ui-components
React Native Pull To Refresh
The Pull-To-Refresh component for React Native (iOS/Android)
Stars: ✭ 166 (+53.7%)
Mutual labels:  component, ui-components
Ka Table
Lightweight MIT React Table component for both TS and JS with Sorting, Filtering, Grouping, Virtualization, Editing and many more
Stars: ✭ 117 (+8.33%)
Mutual labels:  component, ui-components
Gu
A web ui library for Go. [DEPRECATED]
Stars: ✭ 102 (-5.56%)
Mutual labels:  component, ui-components
Ui Box
Blazing Fast React UI Primitive
Stars: ✭ 847 (+684.26%)
Mutual labels:  component, ui-components
React Step Progress Bar
A library to create stunning progress bars and steps in React 🌡
Stars: ✭ 140 (+29.63%)
Mutual labels:  component, ui-components
Bekcurvetabbar
Full Customizable Tabbar with IBInspectables
Stars: ✭ 144 (+33.33%)
Mutual labels:  component, ui-components
Komponents Deprecated
📦 React-inspired UIKit Components - ⚠️ Deprecated
Stars: ✭ 202 (+87.04%)
Mutual labels:  component, ui-components
Toastnotifications
Toast notifications for WPF allows you to create and display rich notifications in WPF applications. It's highly configurable with set of built-in options like positions, behaviours, themes and many others. It's extendable, it gives you possibility to create custom and interactive notifications in simply manner.
Stars: ✭ 507 (+369.44%)
Mutual labels:  component, ui-components
Vue Swatches
🎨 Help the user picking beautiful colors!
Stars: ✭ 456 (+322.22%)
Mutual labels:  component, ui-components
Rn Components Kit
A series of commonly used react-native components
Stars: ✭ 79 (-26.85%)
Mutual labels:  component, ui-components
Gomponents
Declarative view components in Go, that can render to HTML5.
Stars: ✭ 49 (-54.63%)
Mutual labels:  component, ui-components
Xmui
基于vue2,为公司产品打(zao)造(lun)的(zi)可复用UI组件,文档:
Stars: ✭ 94 (-12.96%)
Mutual labels:  component, ui-components
Class101 Ui
💅A React-based UI Component Library.
Stars: ✭ 102 (-5.56%)
Mutual labels:  ui-components
D3 Component
A lightweight component abstraction for D3.js.
Stars: ✭ 105 (-2.78%)
Mutual labels:  component
Devextreme
HTML5 JavaScript Component Suite for Responsive Web Development
Stars: ✭ 1,385 (+1182.41%)
Mutual labels:  ui-components
React Swipeable Bottom Sheet
A swipeable material's bottom sheet implementation, using react-swipeable-views
Stars: ✭ 106 (-1.85%)
Mutual labels:  component
Polyfill Php55
This component provides functions unavailable in releases prior to PHP 5.5.
Stars: ✭ 105 (-2.78%)
Mutual labels:  component
React 3d Viewer
A 3D model viewer component based on react.js 一个基于react.js的组件化3d模型查看工具
Stars: ✭ 100 (-7.41%)
Mutual labels:  component
Melon
react ui comopents
Stars: ✭ 101 (-6.48%)
Mutual labels:  component

Quist-UI

快应用UI组件库,简洁,易用,高效

在线体验

通过下面的二维码,可以在手机中体验 Quist-UI (请使用快应用调试器扫码):

体验二维码

安装

$ npm install quist-ui -D$ yarn add quist-ui --dev

配置

如果是在已有项目安装,创建一个webpack.config.js文件(在根目录下,创建一个config文件夹,然后把此文件放入config文件夹下),并添加如下配置

var path = require('path')
module.exports = {
  postHook: function(webpackConf, options){
    webpackConf.resolve.alias = Object.assign(webpackConf.resolve.alias || {}, {
      '@quist-ui': path.join(process.cwd(), 'node_modules/quist-ui/components')
    })
  }
}

本地体验

此操作适用于在没有项目的基础上进行安装

  1. Clone Quist-UI 仓库到本地
  2. 安装依赖 $ npm install
  3. 在 quist-ui 根目录下执行 $ npm run watch
  4. 在 quist-ui 根目录下执行 $ npm run server
  5. Done~

文档

组件列表

反馈沟通

请扫码进入微信群,此群可快速及时地解答问题。

微信沟通群二维码

开源协议

本项目基于 MIT License,请自由的享受、参与开源。

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].