Create a simple container with a single text block and optional accent color.
This is a small helper to build a minimal components v2 container.
Text content to display.
Optional
Optional RGB accent color. If omitted a random color is used.
A ContainerBuilder with the provided content.
ContainerBuilder
const container = createSimpleContainer("Hello world", [255, 0, 128]); Copy
const container = createSimpleContainer("Hello world", [255, 0, 128]);
Create a simple container with a single text block and optional accent color.
This is a small helper to build a minimal components v2 container.