Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 667 Bytes

File metadata and controls

52 lines (31 loc) · 667 Bytes
title
Installation

{/* import */} import { Tab, Tabs } from 'nextra-theme-docs' import { PAGE_HEADING_BOTTOM, HEADING_TOP_SPACER___COMPONENT } from '../../components/spacer.tsx'

{/* Page Heading */}

Installation

<PAGE_HEADING_BOTTOM/>

<HEADING_TOP_SPACER___COMPONENT/>

Run the following command in your React project:

<Tabs items={['npm', 'yarn', 'pnpm']}>

    npm install rich-text-editor-for-react
    yarn add rich-text-editor-for-react
    pnpm install rich-text-editor-for-react