Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antmjs/antmui
[已过期]推荐使用[vantui](https://github.com/AntmJS/vantui)
https://github.com/antmjs/antmui
Last synced: 4 days ago
JSON representation
[已过期]推荐使用[vantui](https://github.com/AntmJS/vantui)
- Host: GitHub
- URL: https://github.com/antmjs/antmui
- Owner: AntmJS
- License: mit
- Created: 2021-08-23T06:23:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-14T03:30:50.000Z (about 3 years ago)
- Last Synced: 2024-02-22T20:38:19.350Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.08 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @antmjs/antmui
> 一套适用于Taro3.3的antmui组件库
## 为什么需要
基于TaroUI+WeUI整合的基于less的Taro组件库,避免每次都要重新造一遍轮子。变更主题只要重写@antmjs/antmui/dist/style/index.less内的变量即可
## 安装
```bash
yarn add @antmjs/antmui
```## 使用
src/style/index.less
```css
@import 'node_modules/@antmjs/antmui/dist/style/index';
``````js
import { Button } from '@antmjs/antmui'
```