react-reqres-users-table

1.0.7 • Public • Published

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)} />

Readme

Keywords

none

Package Sidebar

Install

npm i react-reqres-users-table

Weekly Downloads

1

Version

1.0.7

License

ISC

Unpacked Size

17 kB

Total Files

6

Last publish

Collaborators

  • normalize