Licence
—
Version
0.1.1
Deps
1
Size
3 kB
Vulns
25
Weekly
0
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.
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 />
}
}