interceptd-ui
v1.0.68
Published
Interceptd Component Library
Downloads
30
Readme
interceptd-ui
Interceptd Component Library
Install
npm install --save interceptd-ui
Usage
import React, { Component } from 'react'
import MyComponent from 'interceptd-ui'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © [Interceptd Team](https://github.com/Interceptd Team)