react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
24 lines (20 loc) • 455 B
JavaScript
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
const React = require('react');
exports.ComponentA = React.createClass({
displayName: 'ComponentA',
render: function () {
// ...
},
});
exports.ComponentB = React.createClass({
displayName: 'ComponentB',
render: function () {
// ...
},
});