Update create flow pages
This commit is contained in:
@@ -1,35 +1,9 @@
|
||||
import SelectPage from "../../app/create/select/page";
|
||||
import { CommunitySizeSelectScreen } from "../../app/create/screens/select/CommunitySizeSelectScreen";
|
||||
|
||||
export default {
|
||||
title: "Pages/Create Flow/Select",
|
||||
component: SelectPage,
|
||||
parameters: {
|
||||
layout: "fullscreen",
|
||||
docs: {
|
||||
description: {
|
||||
component:
|
||||
"Multi-select template: two columns at 640px+, stacked below. MultiSelect with add → custom chip.",
|
||||
},
|
||||
},
|
||||
},
|
||||
decorators: [
|
||||
(Story) => (
|
||||
<div className="min-h-screen bg-black flex items-center justify-center">
|
||||
<Story />
|
||||
</div>
|
||||
),
|
||||
],
|
||||
tags: ["autodocs"],
|
||||
title: "Pages/Create/CommunitySize",
|
||||
component: CommunitySizeSelectScreen,
|
||||
parameters: { layout: "fullscreen" },
|
||||
};
|
||||
|
||||
export const Desktop = {
|
||||
parameters: {
|
||||
viewport: { defaultViewport: "desktop" },
|
||||
},
|
||||
};
|
||||
|
||||
export const Mobile = {
|
||||
parameters: {
|
||||
viewport: { defaultViewport: "mobile1" },
|
||||
},
|
||||
};
|
||||
export const Default = {};
|
||||
|
||||
Reference in New Issue
Block a user