react-flip-list
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

react-flip-list

Simple component that implements FLIP

NPM JavaScript Style Guide

Install

npm install --save react-flip-list
yarn add react-flip-list

Usage

import * as React from 'react'

import List from 'react-flip-list'

class Example extends React.Component {
  render () {
    const { items } = this.props

    return (
      <List>
        {items.map(k => <Item key={k.id} {...k} />)}
      </List>
    )
  }
}

License

MIT © hanford

Readme

Keywords

none

Package Sidebar

Install

npm i react-flip-list

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

46.8 kB

Total Files

8

Last publish

Collaborators

  • hanford