redpapr is an npm package containing Redpapr UI
components that are used across all Redpapr websites.
You can install redpapr with the following command:
npm i redpapr
-
Add the following path to your
tailwind.config.js:content: [ // add the line below './node_modules/redpapr/dist/**/*.{js,ts,jsx,tsx,mdx}', ], -
Import the following
CSSfile in your project:import '../node_modules/redpapr/css/redpapr.css';
Now you should be able to import and use Redpapr UI components in your project.