Skip to content

Commit

Permalink
toggle architecture mockup
Browse files Browse the repository at this point in the history
  • Loading branch information
mewdev committed Sep 20, 2024
1 parent 9c4a13c commit 450be62
Show file tree
Hide file tree
Showing 6 changed files with 168 additions and 131 deletions.
14 changes: 14 additions & 0 deletions apps/design-system/stories/toggle.stories.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import type { Meta, StoryObj } from "@storybook/react";

import { Toggle } from "@repo/design-system/toggle";

const meta: Meta<typeof Toggle> = {
title: "Components/Toggle",
component: Toggle,
};

type ToggleStory = StoryObj<typeof meta>;

export const Default: ToggleStory = {};

export default meta;
2 changes: 1 addition & 1 deletion apps/web/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
Loading

0 comments on commit 450be62

Please sign in to comment.