Skip to content

AppendRegion

import { AppendRegion } from "@alloy-js/core";
<AppendRegion id="string">
{children}
</AppendRegion>
childrenChildrenThe content to append to the region.
idstringThe ID of the region.
import { AppendRegion } from "@alloy-js/core";
<AppendRegion content={Children} id="string" />
contentChildrenThe content to append to the region.
idstringThe ID of the region.
import { AppendRegion } from "@alloy-js/core";
<AppendRegion id="string" />
idstringThe ID of the region.