---
group:
  title: Client
  order: 1
---

# DocumentTitle

## DocumentTitleProvider

```tsx | pure
<DocumentTitleProvider addonBefore={'!!'} addonAfter={'NocoBase'}>
</DocumentTitleProvider>
```

## useDocumentTitle

```ts
const { title, setTitle } = useDocumentTitle();
```
