Ara4Sh / novella

Example application using the Novel Editor.

Home Page:https://github.com/steven-tey/novel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Novella

Example Next.js application using novel.

Installation

To use Novel in a project, you can run the following command to install the novel NPM package:

npm i novel

Then, you can use it in your code like this:

import { Editor } from "novel";

export default function App() {
  return (
     <Editor />
  )
}

About

Example application using the Novel Editor.

https://github.com/steven-tey/novel


Languages

Language:TypeScript 92.9%Language:JavaScript 4.4%Language:CSS 2.7%