0.1.1 • Published 4 years ago

react-api-data-render-as-cards v0.1.1

Weekly downloads
10
License
-
Repository
github
Last release
4 years ago

react-api-data-render-cards

A react component to render the response in the form of cards. Great for beginners to see the result of api calls on screen with any handling.

NPM JavaScript Style Guide

Install

npm install --save react-api-data-render-cards

Usage

import React, { Component } from 'react'

import MyComponent from 'react-api-data-render-cards'
import 'react-api-data-render-cards/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © https://github.com/RajatKaushik/