https://github.com/nericode/nativescript-block-ui
https://github.com/nericode/nativescript-block-ui
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nericode/nativescript-block-ui
- Owner: nericode
- License: apache-2.0
- Created: 2019-03-23T16:13:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T23:43:23.000Z (about 5 years ago)
- Last Synced: 2025-02-15T03:41:58.422Z (over 1 year ago)
- Language: TypeScript
- Size: 1.95 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Block UI  
## Support
Support Android & iOS.
## Installation
```javascript
tns plugin add nativescript-block-ui
```
## Usage
```javascript
import { BlockUI } from "nativescript-block-ui";
export class Block {
private blockUI: BlockUI;
constructor() {
this.blockUI = new BlockUI();
}
public lock() {
this.blockUI.lock();
}
public unlock() {
this.blockUI.unlock();
}
}
```
## License
Apache License Version 2.0, January 2004