react-fast-masonry
Version:
A fast masonry infinite-scrolling component using the intersection api
22 lines (21 loc) • 884 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = require("@storybook/react");
const BootstrapCards_1 = __importDefault(require("./BootstrapCards"));
require("./bootstrap.css");
require("./style.css");
const BootstrapCards_md_1 = __importDefault(require("./BootstrapCards.md"));
(0, react_1.storiesOf)("FastMasonry", module)
.addParameters({
readme: {
// Show readme before story
// content: readme,
// Show readme at the addons panel
sidebar: BootstrapCards_md_1.default
}
})
.add("Masonry layout with bootstrap card components", () => ((0, jsx_runtime_1.jsx)(BootstrapCards_1.default, {}, void 0)));