UNPKG

react-carousel-query

Version:

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

5 lines 151 B
import Handlebars from 'handlebars'; export function handlebars(source, data) { var template = Handlebars.compile(source); return template(data); }