@tempots/ui
HTMLTitle() function
Creates an HTML title element with the specified title.
Signature:
HTMLTitle: (title: Value<string>) => import('@tempots/dom').Renderable
Parameters
Parameter |
Type |
Description |
---|---|---|
title |
Value |
The title to be set for the HTML title element. |
Returns: import('@tempots/dom').Renderable
The created HTML title element.