Skip to content

Commit

Permalink
feat: form related components (#1553)
Browse files Browse the repository at this point in the history
* feat: RadioGroup and Checkbox components

* feat: Input component

* feat: Switch component

* feat: Textarea component

* feat: form related components and examples
  • Loading branch information
BrickheadJohnny authored Nov 20, 2024
1 parent 7ae3876 commit bf7f10d
Show file tree
Hide file tree
Showing 22 changed files with 1,104 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Preview } from "@storybook/react";
import { dystopian, inter } from "../src/fonts";
import "../src/app/globals.css";
import "../src/styles/globals.css";

import { dystopian, inter } from "@/lib/fonts";
import { withThemeByClassName } from "@storybook/addon-themes";
import { useEffect } from "react";

Expand Down
Loading

0 comments on commit bf7f10d

Please sign in to comment.