1.2.2 • Published 3 months ago
edkit v1.2.2
Edkit
Lightweight Rich Text Editor toolkit based on TypeScript
Demo
https://idea2app.github.io/Edkit/React/
Usage
Application developers
Library developers
Features
Editor class decorator
@editor
is compatible with Web components, React & other kinds of class components.
Web components
import { EditorComponent, editor } from 'edkit';
export interface HTMLEditor extends EditorComponent {}
@editor
export class HTMLEditor extends HTMLElement implements EditorComponent {
// your class members...
}
React
import { Component } from 'react';
import { editor, EditorComponent } from 'edkit';
export interface HTMLEditor extends EditorComponent {}
@editor
export class HTMLEditor extends Component implements EditorComponent {
// your class members...
}
Tool base classes
Text
Color
Layout
Media
Control
Extra
1.2.2
3 months ago
1.2.1
12 months ago
1.2.0
1 year ago
1.2.0-rc.0
1 year ago
1.1.1
1 year ago
1.1.0
1 year ago
1.1.0-rc.0
1 year ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
1.0.0-rc.6
3 years ago
1.0.0-rc.5
3 years ago
1.0.0-rc.3
3 years ago
1.0.0-rc.4
3 years ago
1.0.0-rc.1
4 years ago
1.0.0-rc.2
4 years ago
1.0.0-beta
4 years ago
1.0.0-rc
4 years ago
1.0.0-alpha
4 years ago