https://github.com/ymzuiku/aoife-ux
aoife ux
https://github.com/ymzuiku/aoife-ux
Last synced: about 2 months ago
JSON representation
aoife ux
- Host: GitHub
- URL: https://github.com/ymzuiku/aoife-ux
- Owner: ymzuiku
- License: mit
- Created: 2021-03-16T10:27:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T09:13:39.000Z (over 3 years ago)
- Last Synced: 2025-02-20T08:49:21.323Z (2 months ago)
- Language: JavaScript
- Size: 8.02 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);
```