A feedback library for users with a beautiful experience.
#Demo https://mateusmirandaalmeida.github.io/loading-easy/
bower install loading-easy --save
or
npm install loading-easy --save
<script src="bower_components/loading-easy/dist/loading-easy.min.js"></script>
or
<script src="node_modules/loading-easy/dist/loading-easy.min.js"></script>
LoadingEasy.init('Your text here');
LoadingEasy.finish();
var config = {
textColor: '#FFFFFF', // Color that will be defined in the text
iconColor: '#00E5FF', // Color that will be defined in the icon
background: 'rgba(0, 0, 0, 0.80)' //Color that will be defined in the background
animated: false // Active or inactive text animation
};
LoadingEasy.init('Your text here', config);
npm install
Run the task 'npm run dev' for the development. Run the task 'npm run prod' generating the minified file.