UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

15 lines 454 B
import React from 'react'; import createClass from 'create-react-class'; import { LineChartLoadingSkeleton } from '../../../../index'; export default createClass({ render: function render() { return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(LineChartLoadingSkeleton, { isLoading: true, width: 400, numRows: 2, numColumns: 2, marginRight: 50, marginBottom: 50 })); } });