1.0.0 • Published 5 years ago
@asuite/editor v1.0.0
Editor
This repo contains the rich text editor component for Asuite, built with Draft.js.
Installation
NPM
npm install @asuite/editorYarn
yarn add @asuite/editorUsage
In your code:
import { SeedProvider } from '@asuite/seed-theming';
import { Editor } from '@asuite/editor';
const App = () => (
<SeedProvider>
<Editor />
</SeedProvider>
);1.0.0
5 years ago