New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-sortable-sectionlist

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-sortable-sectionlist

A sortable / draggable sectionlist component for react and react native

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

React Sortable SectionList

A work in progress react list component. Design goals include:

  • Common API for web and React Native implementations
  • Reasonable performance with large lists
  • Animation based on datasource changes rather than UI events
  • Extensible with arbitrary list item components
  • Multicolumn, but with the option for full width items

Demo

Usage

npm install react-sortable-sectionlist

See src/examples for details

<SortableSectionList
    className="grid"
    numCols={4}
    itemWidth={150}
    itemHeight={200}
    rootItemHeight={40}
    toggleSection={this.toggleSection}
    headerComponent={SectionHeader}
    itemComponent={ThumbnailItem}
    willAcceptDrop={this.willAcceptDrop}
    handleMove={this.handleMove}
    sections={sections} />

FAQs

Package last updated on 07 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts