Editorial Split
Editorial split lightbox with image and article layout.
lightboxeditorialsplitarticle
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
image | string | https://images.unsplash.com/photo-1500462918059-b1a0cb512f1d?q=80&w=2000&auto=format&fit=crop | Main image source URL. |
backgroundColor | string | #eaeaea | Background color (hex, rgb, or hsl). |
buttonText | string | Read Story | Button text. |
category | string | Editorial | Category label text. |
title | string | The Architecture of Silence | Article title text. |
paragraphs | string[] | ['...', '...'] | Array of paragraph text strings. |
photographer | string | Photo by Elena Chen | Photographer credit text. |
showShare | boolean | true | Whether to show the share button. |
showLike | boolean | true | Whether to show the like button. |