New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vtex/slick-components

Package Overview
Dependencies
Maintainers
8
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/slick-components

Custom Arrow and Dots to be used in react-click

1.0.14
latest
npm
Version published
Weekly downloads
40
1233.33%
Maintainers
8
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 08 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts