1.0.7 • Published 7 years ago

react-reqres-users-table v1.0.7

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

React ReqRes Users Table

This is an example / dummy component to build a table from the Users ReqRes API.

Installation

npm install react-reqres-users-table --save

Usage

import ReqresUserTable from 'react-reqres-users-table'

<ReqresUserTable />

You can also pass in an onSelect prop to do something with a selected user.

<ReqresUserTable onSelect={(user) => this.doSomethingWithUser(user)} />
1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago