Initial commit
Showing
.storybook/main.js
0 → 100644
.storybook/preview.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | @@ -6,11 +6,21 @@ | ... | @@ -6,11 +6,21 @@ |
"dev": "next dev", | "dev": "next dev", | ||
"build": "next build", | "build": "next build", | ||
"start": "next start", | "start": "next start", | ||
"lint": "next lint" | "lint": "next lint", | ||
"storybook": "storybook dev -p 6006", | |||
"build-storybook": "storybook build" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@react-icons/all-files": "^4.1.0", | |||
"clsx": "^2.1.1", | |||
"next": "15.3.4", | |||
"prop-types": "^15.8.1", | |||
"react": "^19.0.0", | "react": "^19.0.0", | ||
"react-dom": "^19.0.0", | "react-dom": "^19.0.0", | ||
"next": "15.3.4" | "react-icons": "^5.5.0" | ||
}, | |||
"devDependencies": { | |||
"@storybook/nextjs": "^9.0.13", | |||
"storybook": "^9.0.13" | |||
} | } | ||
} | } |
src/components/form/button/Button.jsx
0 → 100644
src/components/form/button/Button.module.css
0 → 100644
src/components/form/search/Search.jsx
0 → 100644
src/components/form/search/Search.module.css
0 → 100644
src/components/layout/Card/Header.jsx
0 → 100644
src/components/layout/Card/Header.module.css
0 → 100644
src/components/top-level/Cards/Card.jsx
0 → 100644
Please
register
or
sign in
to comment