UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

19 lines 540 B
import React from 'react'; import createClass from 'create-react-class'; import { TableLoadingSkeleton } from '../../../../index'; export default createClass({ render: function render() { return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(TableLoadingSkeleton, { isLoading: true, width: 200, height: 100, numRows: 2, numColumns: 3, header: 'Rows And Columns', marginRight: 50, marginLeft: 0, marginTop: 0, marginBottom: 20 })); } });