스토리북 추가
This commit is contained in:
13
src/components/Section.stories.jsx
Normal file
13
src/components/Section.stories.jsx
Normal 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 = {}
|
||||
Reference in New Issue
Block a user