@cloudmlm/kendo-grid
v1.0.1
Published
This package include all custom grid component using Kendo library
Downloads
7
Readme
@cloudmlm/kendo-grid
This package include all custom grid component using Kendo library
Install
npm install --save @cloudmlm/kendo-gridUsage
import React, { Component } from 'react'
import MyComponent from '@cloudmlm/kendo-grid'
import '@cloudmlm/kendo-grid/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}