Open
Conversation
initals setup project structure
- update property name from "lib" to "@lib" to match expected configuration format
- display Heading element - when generates can choose heading styles - add stylemodule.scss
- remove previous body tag and add header component
- will update asap
- Add Headline component
- Add: scss package
…file is not a module)
- basic setup from "shadcn" tailwind config
- TODO: fix `import type { Config } from "tailwindcss"`
- Add baseUrl configuration for module resolution
- Configure path aliases for cleaner imports:
* @repo/ui/*: ["../../packages/ui/*"],
* @components/*: ["../../packages/ui/src/components/*"],
* @shadcnComponents/* : ["../../packages/ui/src/shadcn/*"],
* @lib/* : ["../../packages/ui/src/lib/*"],
* @repo/ui/tailwind.config: ["../../packages/ui/tailwind.config.ts"]
- Add basic components.json properties setup
- Add package exports configuration for better module resolution - Add new dependencies: * @types/[email protected] * [email protected] * [email protected] * [email protected] * @radix-ui/[email protected] * [email protected] * [email protected] * [email protected] * [email protected] - Update existing dependencies: * react-dom: 19.1.0 → 19.1.0 (maintained) * typescript: 5.8.2 (maintained)
- implemented "Button", "Card", etc... from "shadcn" components
- Create Header component with shadcn/ui components - Can be used any pages - Add module.scss
- this component is wrapped by "<il>" tag, can used ul or header tags
- Add empty component files: HeaderItem.module.scss, index.tsx
- this file provide "cn" that used to efficiently merge and manage Talwind CSS class names
- Install "navigation-menu" from shadcn/ui - Add components : * NavigationMenu, * NavigationMenuList, * NavigationMenuItem, * NavigationMenuContent, * NavigationMenuTrigger, * NavigationMenuLink, * NavigationMenuIndicator, * NavigationMenuViewport, * navigationMenuTriggerStyle
- create basic shadcn global.css form shad/cn
- used in Headline component
- Create types/index.ts for centralized type exports
- Add basic talind.config.ts from shad/cn
- Add perperties: baseUrl
- Add path aliases:
"@/*": ["./*"],
"@repo/ui/*": ["../../packages/ui/*"],
"@components/*": ["../../packages/ui/src/components/*"],
"@shadcnComponents/*" : ["../../packages/ui/src/shadcn/*"],
"@lib/*" : ["../../packages/ui/src/lib/*"],
"@repo/ui/tailwind.config": ["../../packages/ui/tailwind.config.ts"]
- Update dependencies lockfile
- Add devDependencies: "next": "^14.2.31"
- delete root package-lock.json - delete shared components: "button", "card", "code"
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣연관된 이슈
📝작업 내용
스크린샷 (선택)
💬리뷰 요구사항(선택)