@univerjs/find-replace
v0.22.1
Published
Shared find and replace services and UI infrastructure for Univer.
Readme
@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-replaceKeep 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.