mgm-ui-lib
v1.0.21
Published
React components
Downloads
14
Maintainers
Readme
Live Demo 🔥
📚 Docs
See the documentation with live editable examples and API documention.
⚙ Installation
$ npm install --save mgm-ui-lib
🚀 Looking for contributors 🚀
This package is under development.... !
🔗 Connect with me:
🎉 Usage
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'));
🌎 Cross-browser compatibility
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