mirror of
https://github.com/dream-num/univer.git
synced 2026-08-31 01:42:03 +08:00
c3880d3036
Co-authored-by: GitHub Actions <actions@github.com>
@univerjs/find-replace
@univerjs/find-replace provides shared find and replace services and UI infrastructure that product-specific packages can extend.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
|---|---|---|---|---|
@univerjs/find-replace |
UniverFindReplace |
Yes | Yes | No |
Installation
pnpm add @univerjs/find-replace
# or
npm install @univerjs/find-replace
Keep all @univerjs/* packages on the same version.
Usage
import '@univerjs/find-replace/lib/index.css';
import EnUS from '@univerjs/find-replace/locale/en-US';
import { UniverFindReplacePlugin } from '@univerjs/find-replace';
univer.registerPlugin(UniverFindReplacePlugin);
// Merge EnUS into your Univer locale map when this package contributes UI text.