UNPKG

react-carousel-query

Version:

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

8 lines 187 B
/* eslint-disable no-console */ import chalk from 'chalk'; export function logConfig(caption, config) { console.log(chalk.cyan(caption)); console.dir(config, { depth: null }); }