https://github.com/atwill007/mie-taro
mie ui for taro
https://github.com/atwill007/mie-taro
mie mie-taro mie-ui react taro tsx typescript ui
Last synced: about 1 month ago
JSON representation
mie ui for taro
- Host: GitHub
- URL: https://github.com/atwill007/mie-taro
- Owner: atwill007
- Created: 2020-05-31T03:20:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:35:51.000Z (over 3 years ago)
- Last Synced: 2025-10-05T11:47:39.576Z (8 months ago)
- Topics: mie, mie-taro, mie-ui, react, taro, tsx, typescript, ui
- Language: JavaScript
- Size: 5.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mie-taro
> 自定义taro组件库
## Install
```js
npm i mie-ui
// or
yarn add mie-ui
```
## Usage
```js
// 需要在app.js手动引入组件样式
import 'mie-taro/dist/styles/index.scss' // mie-taro styles 全局引入一次即可
// page.js 引入组件
import {
MieHx,
MieRichText, // 富文本展示组件
// ...
} from 'mie-taro'
```
## Example
- [MieHx](./src/pages/components/hxView/index.tsx)
- [MieRichText](./src/pages/components/rich-text-view/index.tsx)
- 基于Parser封装的Taro(v2.x)富文本组件