UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

11 lines (7 loc) 206 B
'use strict' module.exports = inlineCode var u = require('unist-builder') function inlineCode(h, node) { var value = node.value.replace(/\r?\n|\r/g, ' ') return h(node, 'code', [u('text', value)]) }