N1

N1ed React

@edsdk/n1ed-react

N1ED editor as a React component

Component Libraries
tinymce
ckeditor
n1ed
react
editor
html
wysiwyg
visual
page
builder
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB

Installation

npm install @edsdk/n1ed-react

Code example

import { Button } from "@edsdk/n1ed-react";

export function Example() {
  return (
    <div className="flex gap-2">
      <Button>Primary</Button>
      <Button variant="outline">Secondary</Button>
    </div>
  );
}

Pros & cons

Pros

  • Actively maintained by https://n1ed.com
  • 0 weekly downloads. Battle tested
  • First-class TypeScript definitions
  • LGPL v3 licensed

Considerations

  • Adds roughly ~60 kB to your bundle
  • Needs client-only rendering in SSR frameworks
  • Not supported in React Native
  • 0 open issues on GitHub

FAQs

Alternatives & similar libraries