1.0.21 ⢠Published 5 years ago
mgm-ui-lib v1.0.21
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
1.0.21
5 years ago
1.0.20
5 years ago
1.0.19
5 years ago
1.0.18
5 years ago
1.0.17
5 years ago
1.0.16
5 years ago
1.0.15
5 years ago
1.0.14
5 years ago
1.0.13
5 years ago
1.0.12
5 years ago
1.0.11
5 years ago
1.0.10
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago