@pwskills/rachnaui
v2.3.14
Published
Component library tailored for PW skills
Downloads
500
Readme
Rachna Ui
Component library tailored for PW skills
Documentation
Installation
Install component-library with npm
npm install @pwskills/rachnaui
import css in globally
import "@pwskills/rachnaui/index.css";
Tailwind Config
- import color,box shadow and screens in tailwind config
const { color, boxShadow, screens } = require("@pwskills/rachnaui/theme");
- modify the default theme palette
theme: {
colors: color,
boxShadow: boxShadow,
screens: screens,
},
For React Project we need to modified the script
"start": "GENERATE_SOURCEMAP=false react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",