@kudi-inc/dip
v0.0.46
Published
Kudi Data Influenced Pixel package
Downloads
705
Readme
Kudi DIP
Kudi Data Influenced Pixel
Install
npm install --save @kudi-inc/dip
yarn add @kudi-inc/dip
Usage
import React, { Component } from 'react'
import { Button } from '@kudi-inc/dip'
class Example extends Component {
render () {
return (
<Button>My Button</Button>
)
}
}
License
MIT © kudi-inc