简约的轮播组件 Lory
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://meandmax.github.io/lory/
- 软件文档: http://meandmax.github.io/lory/
- 官方下载: https://github.com/meandmax/lory/archive/master.zip
软件介绍
Lory 是一组简约的轮播组件库,支持的平台:
安装:
npm install --save lory.js
在ES2015模块中的应用:
import {lory} from 'lory.js';
document.addEventListener('DOMContentLoaded', () => {
const slider = document.querySelector('.js_slider');
lory(slider, {
// options going here
});
});在commonJS模块中的应用:
var lory = require('lory.js').lory;
document.addEventListener('DOMContentLoaded', function() {
var slider = document.querySelector('.js_slider');
lory(slider, {
// options going here
});
});Demo 演示。
The Shallows
Nicholas Carr / W. W. Norton & Company / 2011-6-6 / USD 15.95
"Is Google making us stupid?" When Nicholas Carr posed that question, in a celebrated Atlantic Monthly cover story, he tapped into a well of anxiety about how the Internet is changing us. He also crys......一起来看看 《The Shallows》 这本书的介绍吧!
