Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@resola/mp-components

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@resola/mp-components

React components library for CDP

  • 0.2.50
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
67
Maintainers
2
Weekly downloads
 
Created
Source

mp-components

React components library for CDP

https://components.mpdev.io/

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.\

npm run build

Builds the app for production to the docs folder.
It creates a static version which can be viewed from GitHub Pages.

How to use

  • Install it
yarn add @resola/mp-components@latest
  • Install latest tailwindcss and postcss
yarn add tailwindcss@latest postcss@latest
  • Generate tailwind config files
npx tailwind init -p 
  • Update tailwind.config.js file to include @resola/mp-components in purge section
const path = require('path');
purge: [
    ...other_options,
    path.resolve(__dirname, 'node_modules/@resola/mp-components/**/*.(js|jsx|ts|tsx)')
]

FAQs

Package last updated on 06 Jan 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc