New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mll-lab/react-components

Package Overview
Dependencies
Maintainers
1
Versions
268
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

11.16.0
Source
npm
Version published
Weekly downloads
8
-33.33%
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 03 Feb 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