We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
src/components の中を整理
Atoms: 最小単位のコンポーネント(例: ボタン、入力フィールド、ラベルなど) Molecules: Atomsを組み合わせて作られる小さなコンポーネント(例: 入力フィールドとラベルを組み合わせたフォームグループ) Organisms: 複数のMoleculesやAtomsで構成される、より複雑なコンポーネント(例: ヘッダー、フッター、サイドバーなど) Templates: Organismsを組み合わせたレイアウト(ページ全体の構造) Pages: テンプレートにデータを流し込んだ実際のページ
https://zenn.dev/hisachii/articles/2544d6ea10033d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
概要
src/components の中を整理
開発内容・手順
参考文献・備考
https://zenn.dev/hisachii/articles/2544d6ea10033d
The text was updated successfully, but these errors were encountered: