silly-password-generator
Version:
🔑 Generate silly passwords that are secure and easy to use. Inspired by xkcd.
17 lines (16 loc) • 589 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SillyPasswordGenerator = void 0;
const SillyPasswordGenerator_1 = require("../components/SillyPasswordGenerator");
// === Setup ===
const StoryComponent = SillyPasswordGenerator_1.SillyPasswordGenerator; // <-- Set to your component
const meta = {
title: 'Tools', // <-- Set to your story title
component: StoryComponent,
parameters: {
options: { showPanel: false }, // Don't show addons panel
},
};
exports.default = meta;
// === Stories ===
exports.SillyPasswordGenerator = {};