스토리북 추가

This commit is contained in:
2026-08-18 00:50:08 +09:00
parent fe35ec6088
commit 5a6f1f6fe8
30 changed files with 4260 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
import Section from './Section'
export default {
title: 'Content/Section',
component: Section,
args: {
eyebrow: '01 / Introduction',
title: 'A thoughtful section heading.',
children: <p style={{ maxWidth: '32rem' }}>Use sections to give each part of a case study a clear rhythm and hierarchy.</p>,
},
}
export const Default = {}