@vtex/slick-components

Custom Arrow and Dots to be used in react-click

Usage no npm install needed!

<script type="module">
  import vtexSlickComponents from 'https://cdn.skypack.dev/@vtex/slick-components';
</script>

README

Slick components

Components used to create others components for the VTEX stores.

Configuration

Arrow

/**
 * Css class of the element. */
- className
  - Type: String

/**
 *  Custom style of the element.
 */
- style
  - Type: Object

/**
 * Function to be called when the arrow is clicked.
 */
- onClick
  - Type: Function

/**
 * Specifies wich css class the arrow will receive.
 */
- isLeftArrow
  - Type: Boolean

Dots

/**
 * Css class of the element. */
- className
  - Type: String

/**
 *  Custom style of the element.
 */
- style
  - Type: Object

/**
 * Function to be called when the arrow is clicked.
 */
- onClick
  - Type: Function

/**
 * Specifies wich css class the arrow will receive.
 */
- isLeftArrow
  - Type: Boolean