- Notifications
You must be signed in to change notification settings - Fork188
Browser-native component library, framework-agnostic, base on web components.(企业级 H5 UI 组件库,无框架,即插即用。)
License
hellof2e/quark-design
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Next-gen frontend component library, it can be used in any framework or no framework.
哈啰集团面向 C 端 UI 组件库,支撑哈啰几乎所有 C 端 H5 项目,包括交易,支付,两轮,商城等。这是一个设计轻盈优雅的企业级 UI 组件库,可以满足日常所需所有基础组件,且支持跨技术栈运行。
English | 简体中文
🚀 Cross framework: Any front-end framework can be used.
❤️ Lightweight: Crafted with minimalistic Code design.
⚡️ Fast: Native HTML/CSS/JS build.
For full documentation, visithttps://quark-ecosystem.github.io/quarkd-docs.
npm install quarkd
import"quarkd/lib/button";// like a normal div tag `<div>xx</div>`, can be used in any browser.<quark-buttontype="primary"onclick="onClick"> Button</quark-button>;
// react<quark-buttontype="primary"onClick="onClick">Button</quark-button>// vue<quark-buttontype="primary"@click="onClick">Button</quark-button>// svelte<quark-buttontype="primary"on:click="{onClick}">Button</quark-button>// angular<quark-buttontype="primary"(click)="onClick">Button</quark-button>
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
Discuss Quark design on Github
If you're interested in contributing to quark design, please read ourcontributing docsbefore submitting a pull request.
About
Browser-native component library, framework-agnostic, base on web components.(企业级 H5 UI 组件库,无框架,即插即用。)
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.