@kadconsulting/dry
Version:
KAD Reusable Component Library
17 lines • 548 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import readme from './CardCarouselReadme.md';
import { DocWrapper } from '~internal/components/Storybook/DocWrapper';
import ReactMarkdown from 'react-markdown';
export default {
title: 'Components/CardCarousel/Readme',
component: DocWrapper,
};
function createStory(content) {
return {
args: {
content: _jsx(ReactMarkdown, { children: content }),
},
};
}
export const Readme = createStory(readme);
//# sourceMappingURL=LayoutProviderREADME.stories.js.map