UNPKG

@zapperwing/pinterest-view

Version:

A Pinterest-style grid layout component for React.js with responsive design, dynamic content support, and bulletproof virtualization

8 lines (5 loc) 191 B
// @flow import StackGrid from './components/StackGrid'; export * as easings from './animations/easings'; export * as transitions from './animations/transitions'; export default StackGrid;