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

https://github.com/ymzuiku/aoife-ux

aoife ux
https://github.com/ymzuiku/aoife-ux

Last synced: about 2 months ago
JSON representation

aoife ux

Awesome Lists containing this project

README

        

# aoife-ux

一系列 aoife 组件, 还在开发中,请勿使用在生产环境

DEMO: [https://aoife-ux.writeflowy.com](https://aoife-ux.writeflowy.com)

## 使用例子

```tsx
import { UxButton } from "aoife-ux";

document.body.append(hello button);
```