Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hellof2e/quark-design

Browser-native component library, framework-agnostic, base on web components.(移动端 UI 组件库,无框架,即插即用。)
https://github.com/hellof2e/quark-design

quarkc quarkd webcomponent webcomponents

Last synced: about 2 months ago
JSON representation

Browser-native component library, framework-agnostic, base on web components.(移动端 UI 组件库,无框架,即插即用。)

Awesome Lists containing this project

README

        





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 |

简体中文

---

## Features

🚀 Cross framework: Any front-end framework can be used.

❤️ Lightweight: Crafted with minimalistic Code design.

⚡️ Fast: Native HTML/CSS/JS build.

## Documentation

For full documentation, visit [https://quark-ecosystem.github.io/quarkd-docs](https://quark-ecosystem.github.io/quarkd-docs).

## Install

```bash
npm install quarkd
```

## Usage example

```jsx
import "quarkd/lib/button";

// like a normal div tag `

xx
`, can be used in any browser.

Button
;
```

```html
// react
Button

// vue
Button

// svelte
Button

// angular
Button
```

## Vs Code plugin

[Visual Studio | Marketplace](https://marketplace.visualstudio.com/items?itemName=quarkd.quarkd-vscode-extension)

## Community

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

[Discuss Quark design on Github](https://github.com/hellof2e/quark-design/discussions)

## Contributing

If you're interested in contributing to quark design, please read our [contributing docs](https://github.com/hellof2e/quark-design/blob/main/CONTRIBUTING.md) **before submitting a pull request**.