react-pdf-builder
Version:
Build beautiful PDF documents in React.
19 lines (18 loc) • 508 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Demo = void 0;
const Demo_1 = require("../../components/demo/Demo");
// === Setup ===
const StoryComponent = Demo_1.Demo; // <-- Set to your component
const meta = {
title: 'Demo/Demo', // <-- Set to your story title
component: StoryComponent,
parameters: {
options: { showPanel: false }, // Don't show addons panel
},
};
exports.default = meta;
// === Stories ===
exports.Demo = {
args: {},
};
;