react-pannable
Advanced tools
Comparing version 0.10.8 to 0.10.9
{ | ||
"name": "react-pannable", | ||
"version": "0.10.8", | ||
"version": "0.10.9", | ||
"description": "Simulate pan gesture and scroll view for touch devices with React", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -18,10 +18,10 @@ # react-pannable | ||
#### [`<Pannable />`](https://github.com/n43/react-pannable/tree/dev/packages/pannable/docs/pannable.md) - Can be panned(dragged) around with the touch/mouse | ||
#### [`<Pannable />`](docs/pannable.md) - Can be panned(dragged) around with the touch/mouse | ||
#### [`<Pad />`](https://github.com/n43/react-pannable/tree/dev/packages/pannable/docs/pad.md) - Handles scrolling of content | ||
#### [`<Pad />`](docs/pad.md) - Handles scrolling of content | ||
- [`<ItemContent />`](https://github.com/n43/react-pannable/tree/dev/packages/pannable/docs/itemcontent.md) - Displays data with the size best fits the specified size | ||
- [`<GeneralContent />`](https://github.com/n43/react-pannable/tree/dev/packages/pannable/docs/generalcontent.md) - Similar to `ItemContent` and automatically resizes when the data change | ||
- [`<ListContent />`](https://github.com/n43/react-pannable/tree/dev/packages/pannable/docs/listcontent.md) - Displays data in a single column/row | ||
- [`<GridContent />`](https://github.com/n43/react-pannable/tree/dev/packages/pannable/docs/gridcontent.md) - Displays data in grid layout | ||
- [`<ItemContent />`](docs/itemcontent.md) - Displays data with the size best fits the specified size | ||
- [`<GeneralContent />`](docs/generalcontent.md) - Similar to `ItemContent` and automatically resizes when the data change | ||
- [`<ListContent />`](docs/listcontent.md) - Displays data in a single column/row | ||
- [`<GridContent />`](docs/gridcontent.md) - Displays data in grid layout | ||
@@ -49,2 +49,2 @@ ## Examples | ||
[MIT License](./LICENSE) | ||
[MIT License](../../LICENSE) |
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
419716