Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

componentsの中をatomicデザインで整理 #103

Open
1 task
YosukeIida opened this issue Sep 21, 2024 · 0 comments
Open
1 task

componentsの中をatomicデザインで整理 #103

YosukeIida opened this issue Sep 21, 2024 · 0 comments

Comments

@YosukeIida
Copy link
Contributor

概要

src/components の中を整理

Atoms: 最小単位のコンポーネント(例: ボタン、入力フィールド、ラベルなど)
Molecules: Atomsを組み合わせて作られる小さなコンポーネント(例: 入力フィールドとラベルを組み合わせたフォームグループ)
Organisms: 複数のMoleculesやAtomsで構成される、より複雑なコンポーネント(例: ヘッダー、フッター、サイドバーなど)
Templates: Organismsを組み合わせたレイアウト(ページ全体の構造)
Pages: テンプレートにデータを流し込んだ実際のページ

開発内容・手順

参考文献・備考

https://zenn.dev/hisachii/articles/2544d6ea10033d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant