# @univerjs/preset-docs-thread-comment

[![npm version](https://img.shields.io/npm/v/@univerjs/preset-docs-thread-comment?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-thread-comment)
[![license](https://img.shields.io/npm/l/@univerjs/preset-docs-thread-comment?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-thread-comment)
[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-docs-thread-comment?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-thread-comment)

`@univerjs/preset-docs-thread-comment` provides a preset for thread comments in Univer Docs.

## Package Overview

| Package                                | UMD global                      | CSS | Locales | Facade entry |
| -------------------------------------- | ------------------------------- | :-: | :-----: | :----------: |
| `@univerjs/preset-docs-thread-comment` | `UniverDocsThreadCommentPreset` | Yes |   Yes   |      No      |

## Installation

```sh
pnpm add @univerjs/preset-docs-thread-comment
# or
npm install @univerjs/preset-docs-thread-comment
```

Keep all `@univerjs/*` packages on the same version.

## Usage

```ts
import { UniverDocsThreadCommentPreset } from '@univerjs/preset-docs-thread-comment';

// Use with createUniver:
// createUniver({ presets: [UniverDocsThreadCommentPreset()] });
```

## Resources

- [Documentation](https://docs.univer.ai)
- [NPM package](https://npmjs.com/package/@univerjs/preset-docs-thread-comment)
- [GitHub repository](https://github.com/dream-num/univer)
