Docs > v1 > Get Started
Warning: You are viewing a legacy version documentation. Please visit this link for the latest version.
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/index.css';
Or from a CDN
Add the following tag to your index.html file:
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/react-rich-ui@1.6.3/dist/index.css"
integrity="sha384-CrKK9CcPYhApdIxMGxMZBvlXZ5Mf2fLIGbDmgbOOwtSVACYVWlYhaqxDbfNOMnPT"
crossorigin="anonymous" />
Import Bootstrap v4.x CSS
Please refer to Bootstrap official website on how to setup Bootstrap v4.x.
Optional peer dependencies
axios
: If you want to use it instead offetch
, which is the default HTTP Client used byRruPageableTable
.yup
: For form validation. SeeRruForm
section for more details.font-awesome
: You must loadfont-awesome
stylesheet for icons to work.