@mll-lab/react-components
TypeScript icon, indicating that this package has built-in type declarations

19.9.0 • Public • Published

@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' }}>

Readme

Keywords

Package Sidebar

Install

npm i @mll-lab/react-components

Weekly Downloads

70

Version

19.9.0

License

MIT

Unpacked Size

36.9 MB

Total Files

193

Last publish

Collaborators

  • spawnia