diff --git a/README.md b/README.md index b670faf..a608b36 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,11 @@ -# Tinkoff ControlValueAccessor for contenteditable elements +## @tinkoff/angular-contenteditable-accessor deprecated -[![⚙️ CI](https://github.com/taiga-family/angular-contenteditable-accessor/actions/workflows/ci.yml/badge.svg)](https://github.com/taiga-family/angular-contenteditable-accessor/actions/workflows/ci.yml) -[![npm version](https://img.shields.io/npm/v/@tinkoff/angular-contenteditable-accessor.svg)](https://www.npmjs.com/package/@tinkoff/angular-contenteditable-accessor) - -> This accessor allows you to use Angular forms with contenteditable elements with ease. - -## Install +### Migration guide ``` -$ npm install @tinkoff/angular-contenteditable-accessor +$ npm install @tinkoff/tui-editor ``` -## Import - -Simply import `ContenteditableValueAccessorModule` along with either Angular's form modules into your component's module - -## How to use - -Use with template and reactive forms like that: - -
- - - - - -## Demo - -https://stackblitz.com/edit/angular2-contenteditable-value-accessor - -## Maintain - -See [MAINTAIN.md](MAINTAIN.md) +```ts +import {ContenteditableValueAccessorModule} from '@tinkoff/tui-editor/angular-contenteditable-accessor'; +```