Socket
Book a DemoInstallSign in
Socket

react-restyle-components

Package Overview
Dependencies
Maintainers
1
Versions
312
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-restyle-components

Easy use restyle components

Source
npmnpm
Version
0.1.33
Version published
Weekly downloads
554
84.05%
Maintainers
1
Weekly downloads
 
Created
Source

react-restyle-components

Easy use restyle components

Installation

yarn add react-restyle-components tailwindcss
yarn add -D @craco/craco craco-alias postcss autoprefixer

Some changes required

tsconfig.json
"compilerOptions": {
...
"noImplicitAny": false
},

// modify script
"start": "serve -s ./build",
"dev": "craco start",
"build": "craco build",
"test": "craco test"

// Paste 3 files your root path
https://github.com/appasaheb4/react-restyle-components/blob/master/craco.config.js
https://github.com/appasaheb4/react-restyle-components/blob/master/postcss.config.js
https://github.com/appasaheb4/react-restyle-components/blob/master/tailwind.config.js

📚 Storybook

https://appasaheb4.github.io/react-restyle-components

Author

Appasaheb Lakade
onlyappasaheb4@gmail.com
https://youtube.com/tech-abl

Contributes / Support

  • Subscribe channel 😊 : https://www.youtube.com/tech-abl

  • Submit your pr for idea / issue / feature

    How To Contribute

    - Fork and clone this repository
    - Make some changes as required
    - Write unit test to showcase its functionality
    - Run the test suites to make sure it's not breaking anything `$ npm test`
    - Submit a pull request under `dev` branch
    

Donate

or Paypal

😊 ALWAYS WELCOME 😊

Keywords

react

FAQs

Package last updated on 01 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts