UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

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