sportlight-card
v1.0.1
Published
Card that sign on hover
Downloads
3
Readme
sportlight-card
Card that sign on hover
Install
npm install --save sportlight-card
Usage
import React, { Component } from 'react'
import MyComponent from 'sportlight-card'
import 'sportlight-card/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © SamNickGammer