All Projects → ax5ui → ax5ui-mask

ax5ui / ax5ui-mask

Licence: MIT License
Javascript UI Component - Mask - JavaScript Mask Layer Mask / Bootstrap Mask

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to ax5ui-mask

Depth-Guided-Inpainting
Code for ECCV 2020 "DVI: Depth Guided Video Inpainting for Autonomous Driving"
Stars: ✭ 50 (+127.27%)
Mutual labels:  mask
color-pop
🌈 Automatic Color Pop effect on any image inspired by Google Photos
Stars: ✭ 21 (-4.55%)
Mutual labels:  mask
SRScratchView
A mask imageView class which can be used a scratchView.
Stars: ✭ 52 (+136.36%)
Mutual labels:  mask
mask export
Export your mask elements as extension
Stars: ✭ 45 (+104.55%)
Mutual labels:  mask
PhoneNumberKit
Android Kotlin library to parse and format international phone numbers. Country code picker.
Stars: ✭ 124 (+463.64%)
Mutual labels:  mask
remask
A multi-mask lib
Stars: ✭ 99 (+350%)
Mutual labels:  mask
findpeaks
The detection of peaks and valleys in a 1d-vector or 2d-array (image)
Stars: ✭ 121 (+450%)
Mutual labels:  mask
ngx-ip
An Angular network address component (IPv4, IPv6 and MAC)
Stars: ✭ 20 (-9.09%)
Mutual labels:  mask
FGRoute
Get your device ip address, router ip or wifi ssid
Stars: ✭ 128 (+481.82%)
Mutual labels:  mask
react-native-super-ellipse-mask
Apple flavored smooth corners for React Native
Stars: ✭ 55 (+150%)
Mutual labels:  mask
pixel-mask-generator
🎮 🎲 Procedural pixel generator (mask) + visualizer
Stars: ✭ 15 (-31.82%)
Mutual labels:  mask
react-native-masked-input-text
A typescript masked input component for react-native
Stars: ✭ 14 (-36.36%)
Mutual labels:  mask
Social-Distancing-and-Face-Mask-Detection
Social Distancing and Face Mask Detection using TensorFlow. Install all required Libraries and GPU drivers as well. Refer to README.md or REPORT for know to installation requirement
Stars: ✭ 39 (+77.27%)
Mutual labels:  mask
vue-input-mask
Yet another Vue component for input masking
Stars: ✭ 18 (-18.18%)
Mutual labels:  mask
idy
👓 An ID obfuscator for ActiveRecord
Stars: ✭ 15 (-31.82%)
Mutual labels:  mask
FormatEditText
格式化输入框,可用来格式化数字、金额、号码等; FormatEditText can be used as a formatted text input box
Stars: ✭ 121 (+450%)
Mutual labels:  mask
masked-input
Mask input with simple API and rich customization
Stars: ✭ 44 (+100%)
Mutual labels:  mask
MaskedTextField
MaskedTextField is an component similar to JFormmatedText field and can be used in same way.
Stars: ✭ 21 (-4.55%)
Mutual labels:  mask
busy-load
A flexible loading-mask jQuery-plugin
Stars: ✭ 76 (+245.45%)
Mutual labels:  mask
CHRTextFieldFormatter
Provides UITextField formatting masks. Such as phone number and credit card number formatters.
Stars: ✭ 52 (+136.36%)
Mutual labels:  mask

Build Status npm version

ax5ui-mask

"mask" allows users to prevent user actions while an application is running.

Dependencies

Install with bower

bower install ax5ui-mask

bower is web front-end package manager. When you install bower, it will be installed under the bower_components folder to resolve the plug-in dependencies.
(You can change the folder location. .bowerrc )

It is recommended that you install by using bower. If you've never used bower, please refer to http://bower.io/#install-bower.

Install with npm

If you do not use bower, it also can be installed by using npm as an alternative. In case of npm, which is the package manager for the front end, you need to solve the problem of plug-in dependencies.

npm install jquery
npm install ax5core
npm install ax5ui-mask

After downloading the install file of npm, you will need to copy it to the location where you want to use as a resource for the project. If the copy process is inconvenient, it also can be done easily by using gulp or grunt.

Download code

Insert "ax5mask" in HTML HEAD.

Folder location can be any for your project. However, please be sure to assign the right path in the project.

<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/ax5ui/ax5ui-mask/master/dist/ax5mask.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/ax5ui/ax5core/master/dist/ax5core.min.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/ax5ui/ax5ui-mask/master/dist/ax5mask.min.js"></script>

CDN urls This is a list of CDN urls for ax5ui-mask. ax5ui offers the CDN services through rawgit.

https://cdn.rawgit.com/ax5ui/ax5ui-mask/master/dist/ax5mask.css
https://cdn.rawgit.com/ax5ui/ax5ui-mask/master/dist/ax5mask.js
https://cdn.rawgit.com/ax5ui/ax5ui-mask/master/dist/ax5mask.min.js

Basic Usage

var mask = new ax5.ui.mask();
mask.open();

Preview

If you have any questions, please refer to the following gitHub

Question

axisj-contributed

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].