ionic-mathlive
Version:
A Ionic-mathlive math.
106 lines (67 loc) ⢠2.42 kB
Markdown
<h1 align="center">ionic-mathlive</h1>
<p>
<img src="https://img.shields.io/badge/version-1.0.4-blue.svg?cacheSeconds=2592000" />
<a href="https://github.com/mathquizily/ionic-mathlive#readme">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" target="_blank" />
</a>
<a href="https://github.com/mathquizily/ionic-mathlive/graphs/commit-activity">
<img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" target="_blank" />
</a>
<a href="https://github.com/mathquizily/ionic-mathlive/blob/master/LICENSE">
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" target="_blank" />
</a>
</p>
> A ionic-mathlive.
### š [Homepage](https://mathquizily.github.io/ionic-mathlive/)
## š Table of Contents
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Setup](#setup)
- [Usage](#usage)
- [Author](#author)
- [Contributing](#contributing)
- [Show your support](#support)
- [License](#license)
## ā
Prerequisites <a name = "prerequisites"></a>
The current version of the library is compatible with Ionic 5.
## ā¬ļø Install <a name = "install"></a>
Using npm
```sh
npm install --save ionic-mathlive
```
Using yarn
```sh
yarn add ionic-mathlive
```
## š Setup <a name = "setup"></a>
Once installed you need to import our module in the parent module for the component you will be using it in:
```js
import { IonicMathliveModule } from 'ionic-mathlive';
@NgModule({
...
imports: [IonicMathliveModule, ...],
...
})
export class YourModule {
}
```
## Usage <a name = "usage"></a>
Include the component on page template, like the example below:
```
<ionic-mathlive>
</ionic-mathlive>
```
### API
### Properties
### Events
### Styling
## Author <a name = "author"></a>
š¤ **Mathquizily**
- Github: [@Mathquizily](https://github.com/mathquizily)
## š¤ Contributing <a name = "contributing"></a>
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/mathquizily/ionic-mathlive/issues).
## Show your support <a name = "support"></a>
Give a āļø if this project helped you!
## š License <a name = "license"></a>
Copyright Ā© 2020 [Mathquizily](https://github.com/mathquizily).<br />
This project is [MIT](https://github.com/mathquizily/ionic-mathlive/blob/master/LICENSE) licensed.