cp-items
v2.0.14
Published
All CP items and their preview components
Readme
cp-items
All CP items and their preview components
Install
npm install --save cp-itemsUsage
import React, { Component } from 'react'
import MyComponent from 'cp-items'
import 'cp-items/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © rcherukuri-sta
