kb-library
v1.1.7
Published
A library of React components and other utilities for KB developers.
Readme
kb-library
A library of React components and other utilities for KB developers.
Install
npm install --save kb-libraryComponents
Usage
import React, { Component } from 'react'
import { MyComponent } from 'kb-library'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © kbi-daniel
