Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@mll-lab/react-components

Package Overview
Dependencies
Maintainers
1
Versions
292
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mll-lab/react-components

Shared React components of MLL

latest
Source
npmnpm
Version
19.14.1
Version published
Weekly downloads
453
116.75%
Maintainers
1
Weekly downloads
 
Created
Source

@mll-lab/react-components

npm semantic-release

Shared React components of MLL

Try it out

Install

yarn add @mll-lab/react-components

Usage

To set up proper styles, wrap your application in <Provider>:

import { Provider } from '@mll-lab/react-components';
import * as React from 'react';
import { render } from 'react-dom';

render(
    <Provider>
        <App />
    </Provider>,
    document.getElementById('app'),
);

Optionally, you may pass a theme:

<Provider theme={{ backgroundColor: 'purple' }}>

Keywords

react

FAQs

Package last updated on 30 Sep 2025

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