# title

**Kind:** Function

**Source:** [`src/jsx/intrinsic-element/components.ts`](https://github.com/honojs/hono/blob/main/src/jsx/intrinsic-element/components.ts#L121)

**Part of:** [Jsx](subsystem-src-jsx)

## Signature

```ts
function title({ children, ...props })
```

## Parameters

| Name | Type |
|---|---|
| `{ children, ...props }` | `any` |

## Relationships

- IMPORTS → `html`
- IMPORTS → `JSXNode`
- IMPORTS → `getNameSpaceContext`
- IMPORTS → `toArray`
- IMPORTS → `PERMALINK`
- IMPORTS → `useContext`
- IMPORTS → `dataPrecedenceAttr`
- IMPORTS → `deDupeKeyMap`
- IMPORTS → `isStylesheetLinkWithPrecedence`
- IMPORTS → `shouldDeDupeByKey`

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `Props` — `src/jsx/base.ts`:27
