Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nesthin/soleink

Repository files navigation


SoleInk

SoleInk

SoleInk is a plugin-based rich-text editor built with React, leveraging the powerful Slate.js framework. This library is designed to be highly customizable and extensible, allowing developers to easily create and integrate custom plugins for a wide range of use cases.

Table of Contents

Features

  • Rich Text Editing: Supports various text formatting options.
  • Plugin-based Architecture: Allows developers to create custom plugins that can be used with the editor.
  • Customizable UI: Allows developers to customize the appearance and functionality of the editor.
  • Intuitive API: Provides a simple, intuitive API for developers to interact with the editor.
  • TypeScript Declarations: Provides TypeScript declaration files for improved development experience and code quality.

Installation

To install SoleInk, use npm or yarn:

npm install soleink
# or
yarn add soleink

Usage

Importing SoleInk

You can import SoleInk in your project using either a named import or a default import.

Named import

import { SoleInk } from "soleink";

Default import

import SoleInk from "soleink";

Basic usage

Here's an example of how to use SoleInk in your component:

function MyEditor() {
  return <SoleInk />;
}

License

SoleInk is licensed under the MIT License. See the LICENSE file for more details.

About

A plugin-based rich-text editor library for React. Designed for extensibility and ease of integration.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •