UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

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