@cimpress/react-components
Version:
React components to support the MCP styleguide
15 lines • 368 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Default = void 0;
const Checkbox_1 = require("../Checkbox");
const meta = {
title: 'Components/Checkbox',
component: Checkbox_1.Checkbox,
};
exports.default = meta;
exports.Default = {
args: {
label: 'Label',
},
};
//# sourceMappingURL=Checkbox.stories.js.map