OrganicEditorialImagePrompt
Displays the default Organic Editorial prompt for an image-generation model. Use it when a launch page, training program, or editorial guide needs the cobalt abstract image language without committing a bitmap asset to the template.
OrganicEditorialImagePrompt
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | "Organic Editorial image prompt" | Heading shown above the prompt. |
prompt | string | Built-in Organic Editorial prompt | Prompt text to copy into an image model. |
model | string | "Image model" | Label for the intended generation target. |
ratio | string | "16:9" | Intended image aspect ratio. |
className | string | — | Optional wrapper class names. |
Example
Organic Editorial image prompt
Image model16:9
Create an abstract editorial image for an internal AI training program. Use cobalt blue organic forms suspended on a warm white photographic field, soft pigment diffusion, subtle analog film grain, generous negative space, premium institutional art direction, no typography, no logos, no UI, no people, no devices. The image should feel tactile, calm, technical, and refined. Composition: wide crop, irregular biomorphic shapes, crisp white margins, gallery poster quality.Use this prompt in an image-generation model, then place the generated bitmap as a hero or section image.
<OrganicEditorialImagePrompt />Custom Prompt
Launch page opener prompt
Image model4:3
Create an abstract editorial image for an open source documentation launch page. Use cobalt blue organic forms on a warm white photographic field, subtle analog grain, generous negative space, no typography, no logos, no UI, no people. The result should feel calm, technical, and premium.Use this prompt in an image-generation model, then place the generated bitmap as a hero or section image.
<OrganicEditorialImagePrompt
title="Launch page opener prompt"
model="Image model"
ratio="4:3"
prompt="Create an abstract editorial image for an open source documentation launch page. Use cobalt blue organic forms on a warm white photographic field, subtle analog grain, generous negative space, no typography, no logos, no UI, no people. The result should feel calm, technical, and premium."
/>