Skip to content

AppendRegion

import { AppendRegion } from "@alloy-js/core";
<AppendRegion id="string">
{children}
</AppendRegion>
childrenChildren

The content to append to the region.

idstring

The ID of the region.

import { AppendRegion } from "@alloy-js/core";
<AppendRegion content={Children} id="string" />
contentChildren

The content to append to the region.

idstring

The ID of the region.

import { AppendRegion } from "@alloy-js/core";
<AppendRegion id="string" />
idstring

The ID of the region.