Skip to content

Navigation Menu

Sign in
Sign up

Repository files navigation

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

About

Shared React components of MLL

Resources

Contributing

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /