@vtex/slick-components
v1.0.14
Published
Custom Arrow and Dots to be used in react-click
Downloads
6
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