1.0.7 • Published 6 years ago

react-reqres-users-table v1.0.7

Weekly downloads
1
License
ISC
Repository
-
Last release
6 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

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago