1.0.21 ā€¢ Published 3 years ago

mgm-ui-lib v1.0.21

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

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

3 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago