Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milk-ui/milkui-mask
Mask for milk ui.
https://github.com/milk-ui/milkui-mask
Last synced: 8 days ago
JSON representation
Mask for milk ui.
- Host: GitHub
- URL: https://github.com/milk-ui/milkui-mask
- Owner: milk-ui
- License: mit
- Created: 2017-05-21T06:20:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T15:54:47.000Z (about 7 years ago)
- Last Synced: 2024-10-29T01:31:04.512Z (19 days ago)
- Language: HTML
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
# milkui-mask
[![npm version](https://img.shields.io/npm/v/milkui-mask.svg?style=flat)](https://www.npmjs.com/package/milkui-mask) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](README.md)
[![NPM](https://nodei.co/npm/milkui-mask.png?downloads=true&downloadRank=true)](https://nodei.co/npm/milkui-mask/)
> 遮罩层
## Overview
![image](https://user-images.githubusercontent.com/11053605/28750932-14e6aa7e-752d-11e7-9060-7ea2a0691ab8.png)
## Example
```js
import Mask from 'milkui-mask';```
## Properties
| Property | Type | Description | Default |
| -- | -- | -- | -- |
| className | String | 自定义的 class 类名 | '' |
| transparent | Boolean | 是否透明 | `true` |## Develop
```bash
cnpm i milk-dev -g # dev toolcnpm install
npm start
```## Links
- [Issues](https://github.com/milk-ui/milkui-mask/issues)