1.0.1 ā€¢ Published 2 years ago

@ahrefs/bs-react-virtualized v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

bs-react-virtualized

This is Bucklescript bindings for react-virtualized. šŸš§ It is not completed, we are adding bindings as we go. Doesn't follow semver at this point. šŸš§

Install, npm

yarn add @ahrefs/bs-react-virtualized

Setup

Add bs-react-virtualized to bs-depenencies in your bsconfig.json!

{
  /* ... */
  "bs-dependencies": [
    "@ahrefs/bs-react-virtualized"
  ],
  /* ... */
}

Usage Example

// TODO

Check react-virtualized documentation for available props.