box-ui-elements
Version:
Box UI Elements
21 lines • 776 B
JavaScript
import * as React from 'react';
import Ghost from '../../components/ghost';
import GraphGhostState from './GraphGhostState';
import './GraphCardGhostState.scss';
const GraphCardGhostState = () => /*#__PURE__*/React.createElement("div", {
className: "GraphCardGhostState",
"data-testid": "GraphCardGhostState"
}, /*#__PURE__*/React.createElement("div", {
className: "GraphCardGhostState-header"
}, /*#__PURE__*/React.createElement(Ghost, {
borderRadius: 4,
height: 16,
width: 56
}), /*#__PURE__*/React.createElement(Ghost, {
borderRadius: 4,
className: "GraphCardGhostState-headlinePill",
height: 20,
width: 96
})), /*#__PURE__*/React.createElement(GraphGhostState, null));
export default GraphCardGhostState;
//# sourceMappingURL=GraphCardGhostState.js.map