在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):polonel/SnackBar开源软件地址(OpenSource Url):https://github.com/polonel/SnackBar开源编程语言(OpenSource Language):JavaScript 83.9%开源软件介绍(OpenSource Introduction):A notification toast inspired by Google Material Design. Getting StartedInstalling Snackbar is as easy as... bower install snackbar or maybe you wish to use NPM... npm install node-snackbar and if that doesn't float you, you can always download and implement the CSS and JS files... <script type="text/javascript" src="dist/snackbar.min.js"></script>
<link rel="stylesheet" type="text/css" href="dist/snackbar.min.css" /> or via CDN... <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/node-snackbar@latest/src/js/snackbar.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/node-snackbar@latest/dist/snackbar.min.css" /> DevelopmentIn order to contribute to the development of this library you will need grunt npm install -g grunt The files that are going to be edited are in the grunt build The minified files will be in the Happy contributing! ExamplesCheckout the demo page. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论