Giter Site home page Giter Site logo

shanchuan1 / quark-design Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hellof2e/quark-design

0.0 0.0 0.0 7.63 MB

Browser-native component library, framework-agnostic, base on web components.(面向未来的组件库,跨端、跨框架、浏览器原生,即插即用。底层基于 Quarkc!)

License: MIT License

Shell 0.01% JavaScript 14.49% TypeScript 45.68% CSS 9.94% HTML 0.20% Vue 26.91% SCSS 2.77%

quark-design's Introduction

Quark Design

Next-gen frontend component library, it can be used in any framework or no framework.

哈啰集团面向 C 端 UI 组件库,支撑哈啰几乎所有 C 端 H5 项目,包括交易,支付,两轮,商城等。这是一个设计轻盈优雅的企业级 UI 组件库,可以满足日常所需所有基础组件,且支持跨技术栈运行。

Total Downloads Published on NPM contributors License

English | 简体中文


Documentation

For full documentation, visit Docs.

Install

npm install quarkd

Usage example

import "quarkd/lib/button";

// like a normal div tag `<div>xx</div>`, can be used in any browser.
<quark-button type="primary" onclick="onClick">Button</quark-button>;
// react
<quark-button type="primary" onClick="onClick">Button</quark-button>

// vue
<quark-button type="primary" @click="onClick">Button</quark-button>

// svelte
<quark-button type="primary" on:click={onClick}>Button</quark-button>

// angular
<quark-button type="primary" (click)="onClick">Button</quark-button>

Vs Code plugin

Visual Studio | Marketplace

Community

For help, discussion about best practices, or any other conversation that would benefit from being searchable:

Discuss Quark design on Github

Contributing

If you're interested in contributing to quark design, please read our contributing docs before submitting a pull request.

quark-design's People

Contributors

xsf0105 avatar sanqi-med avatar yx376642000 avatar yuhaiyang1 avatar liaohainan avatar thinkasany avatar notwoboy avatar gaoxiaoduan avatar zhuokuang avatar simon-he95 avatar sio2-a avatar tiny-dust avatar nieyt avatar dyf19118 avatar xiaojieajie avatar xiezongchen avatar friedricenoodles avatar c0dedance avatar xushanpei avatar zhanghaifeng213 avatar yoyo837 avatar olivewind avatar novaalone avatar szqingt avatar kailong321200875 avatar houhoz avatar hbf2e avatar wing-9527 avatar zyg-616 avatar iceywu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.