Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fayez-baig/mgm-ui
Special for Hacktoberfest
https://github.com/fayez-baig/mgm-ui
bulma component-library css css3 hacktoberfest hacktoberfest2021 html html5 javascript library react typescript
Last synced: 3 days ago
JSON representation
Special for Hacktoberfest
- Host: GitHub
- URL: https://github.com/fayez-baig/mgm-ui
- Owner: fayez-baig
- License: mit
- Created: 2020-10-03T11:14:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T10:45:30.000Z (over 3 years ago)
- Last Synced: 2025-02-01T17:20:39.045Z (19 days ago)
- Topics: bulma, component-library, css, css3, hacktoberfest, hacktoberfest2021, html, html5, javascript, library, react, typescript
- Language: TypeScript
- Homepage: https://mgm-ui.web.app/
- Size: 494 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## [Live Demo](https://mgm-ui.web.app/) 🔥
### 📚 Docs
See the [documentation](https://mgm-ui.web.app/) with live editable examples and API documention.
## ⚙ Installation
```shell
$ 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:
```shell
import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'mgm-ui-lib';function App() {
return (
Click Me
);
}ReactDOM.render(, 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