Getting Started
Installation
$ npm i --save react-rich-ui
Import the library stylesheet
From the npm package
Add the following import to your React app index.js file:
import 'react-rich-ui/dist/style.css';
Or from a CDN
Add the following tag to your index.html file: (replace 2.3.0
in the URL with the version you are using)
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/react-rich-ui@2.3.0/dist/style.css" />
Import Bootstrap (CSS + JS)
Please refer to Bootstrap official website on how to setup Bootstrap >= v5.3.x.
Optional peer dependencies
yup
: For form validation. SeeRruForm
section for more details.