> ## Documentation Index
> Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# veryfront/head

> React head exports for document metadata rendering.

## Import

```ts theme={null}
import { Head } from "veryfront/head";
```

## Examples

```tsx theme={null}
import { Head } from "veryfront/head";
```

## Exports

### Components

| Name   | Description                                                     | Source                                                                                         |
| ------ | --------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| `Head` | Applies document head elements during SSR and client rendering. | [source](https://github.com/veryfront/veryfront-code/blob/main/src/react/runtime/core.ts#L202) |
