Package Exports
- react-smooth-collapse
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-smooth-collapse) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-smooth-collapse
This component lets you make a user re-orderable list that animates nicely so that the user can easily move large items:
[TODO put a gif here]
The above example can be tried here:
https://streakyc.github.io/react-smooth-collapse/example/
You can find its code in the example directory. The example may be compiled
by running:
npm install
npm run example-buildYou can build the example with live editing enabled (using react-transform-hmr and browserify-hmr) by running:
npm run example-watchSmoothCollapse
This module exports the SmoothCollapse React component, which takes the
following props:
[TODO]
Types
Flow Type declarations for this module are included! As
of Flow v0.22, you must add the following entries to your .flowconfig file's
options section for them to work:
[options]
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable