UNPKG

react-kendo

Version:

React Component Library for Kendo UI Widgets. There exists a React Component named for every Kendo widget in the kendo.ui namespace. Tested on React 0.12 and KendoUI 2014.3.1411.

9 lines (6 loc) 185 B
var _ = require('lodash'); var React = require('react'); var KendoTemplate = function (component) { return React.renderToStaticMarkup(component); }; module.exports = KendoTemplate;