Files
community-rule/stories/pages/TextPage.stories.js
T
adilallo db1581337c chore: catch up Storybook preview, coverage, and story hygiene
Stories were throwing without AuthModal/CreateFlow providers, autodocs was a no-op, and several DS/create-flow screens had no stories.
2026-08-17 19:25:46 -06:00

16 lines
397 B
JavaScript

import { CreateFlowTextFieldScreen } from "../../app/(app)/create/screens/text/CreateFlowTextFieldScreen";
export default {
title: "Pages/Create Flow/Community name",
component: CreateFlowTextFieldScreen,
parameters: { layout: "fullscreen" },
};
export const Default = {
args: {
messageNamespace: "create.community.communityName",
stateField: "title",
maxLength: 48,
},
};