kantar-react
v1.0.0
Published
Made explicitly for Kantar a.s
Downloads
3
Readme
kantar-react-lib
Made with create-react-library
Install
npm install --save kantar-react-lib
Usage
import React, { Component } from 'react'
import MyComponent from 'kantar-react-lib'
import 'kantar-react-lib/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © jitomanek