New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

muyi-react-component

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

muyi-react-component

[![NPM Version](https://img.shields.io/npm/v/my-react-component.svg)](https://www.npmjs.com/package/muyi-react-component)

latest
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

Muyi React Component

NPM Version

Overview

The Interactive React Components Library is a collection of reusable and interactive UI components for building engaging user interfaces in React applications.

Installation

npm i muyi-react-component

usage


to use the modal component

<Mmodal isOpen={isModalOpen} onClose={handleCloseModal}>
    <h2>This is the Modal Content</h2>
    <p>Modal content goes here.</p>
</Mmodal>

to use the card component

<Mcard
    title="Card Title 1"
    content="Lorem ipsum dolor sit amet, consectetur adipiscing elit."
    imageUrl="https://placekitten.com/300/150"
 />

to use the input component

<Minput
        label="Username"
        type="text"
        placeholder="Enter your username"
        value={username}
        onChange={handleUsernameChange}
 />



FAQs

Package last updated on 20 Dec 2023

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