Editorial
Editorial gallery with magazine-style layout.
galleryeditorialmagazinelayout
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
items | Array<{image: string, chapter?: string, title?: string, titleItalic?: string, description?: string}> | [{image: '...', chapter: 'CHAPTER 01', title: 'The Silent', titleItalic: 'Symphony', description: '...'}, ...] | Array of editorial items with image, chapter, title, titleItalic, and description. |
backgroundColor | string | #1a1a1a | Background color (hex, rgb, or hsl). |
textColor | string | #e5e5e5 | Text color (hex, rgb, or hsl). |
accentColor | string | #d4af37 | Accent color for chapter labels (hex, rgb, or hsl). |