better-react-carousel
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,3 +5,20 @@ import * as React from 'react' | ||
interface CarouselProps extends React.HTMLProps<Carousel> { | ||
showDots: string | ||
cols?: number | ||
rows?: number | ||
gap?: number | ||
loop?: boolean | ||
scrollSnap?: boolean | ||
hideArrow?: boolean | ||
showDots?: boolean | ||
autoplay?: any | ||
dotColorActive?: string | ||
dotColorInactive?: string | ||
responsiveLayout?: any | ||
mobileBreakpoint?: number | ||
arrowLeft?: any | ||
arrowRight?: any | ||
dot?: any | ||
containerClassName?: string | ||
containerStyle?: any | ||
children?: any | ||
} | ||
@@ -12,4 +29,10 @@ class Carousel extends React.Component<CarouselProps> { | ||
namespace Carousel {} | ||
interface ItemProps extends React.HTMLProps<Item> { | ||
children?: any | ||
} | ||
class Item extends React.Component<ItemProps> {} | ||
} | ||
export = Carousel.Carousel | ||
export = Carousel.Item |
{ | ||
"name": "better-react-carousel", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "React resposive carousel component w/ grid layout", | ||
@@ -101,2 +101,2 @@ "homepage": "https://react-grid-carousel.now.sh/", | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28813
622