See the documentation with live editable examples and API documention.
$ npm install --save mgm-ui-lib
This package is under development.... !
Here is a quick example to get you started, it's all you need:
import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'mgm-ui-lib';
function App() {
return (
<Button
bgColor="primary"
size="default"
type="button"
>
Click Me
</Button>
);
}
ReactDOM.render(<App />, document.querySelector('#app'));
React-dark-light-ui is compatible with almost all the browsers available, including some legacy ones that are still used. This includes but is not limited to:
✔️ Google Chrome
✔️ Safari
✔️ Mozilla Firefox
✔️ Microsoft Edge
✔️ Internet Explorer 11 and more