react-slidedown
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function getChildMapping(children: any): any; | ||
export declare function mergeChildMappings(prev: any, next: any): {}; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import React, { Key } from 'react'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "react-slidedown", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Component for animating height during mount/unmount using a CSS transition", | ||
@@ -5,0 +5,0 @@ "main": "lib/slidedown.js", |
@@ -15,3 +15,3 @@ react-slidedown | ||
react-slidein is perfect for dropdown lists, popup menus, accordions and closeable panels which have varying sized content. | ||
react-slidedown is perfect for dropdown lists, popup menus, accordions and closeable panels which have varying sized content. | ||
@@ -56,3 +56,3 @@ I am not aware of any cross-browser issues from IE10 and onwards. | ||
| closed | Boolean | `false` | No | If `false` renders in closed mode, if `true` then slides down | | ||
| className | String | | No | CSS class name to be used in addtion to the `react-slidedown` class name | | ||
| className | String | | No | CSS class name to be used in addition to the `react-slidedown` class name | | ||
| transitionOnAppear | Boolean | `true` | No | Do a transition animation on [`componentWillAppear()`](https://reactjs.org/docs/animation.html#componentwillappear) | | ||
@@ -62,3 +62,3 @@ | ||
To quickly see a live demonstration of react-slidein go [here](https://ykxm1vz5vv.codesandbox.io/). | ||
To quickly see a live demonstration of react-slidedown go [here](https://ykxm1vz5vv.codesandbox.io/). | ||
@@ -65,0 +65,0 @@ To build and run this example project: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
35248