1.0.7 • Published 5 years ago

react-reqres-users-table v1.0.7

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

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago