UNPKG

@carbon/ibm-security

Version:

Carbon for Cloud & Cognitive IBM Security UI components

12 lines (11 loc) 396 B
/** * @file Important content area skeleton stories. * @copyright IBM Security 2019 - 2021 */ import { storiesOf } from '@storybook/react'; import React from 'react'; import { components } from '../../../../.storybook'; import { ICASkeleton } from '../../..'; storiesOf(components('ICA'), module).add('Skeleton', function () { return /*#__PURE__*/React.createElement(ICASkeleton, null); });