Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathquizily/ionic-mathlive


https://github.com/mathquizily/ionic-mathlive

angular ionic katex latex-style math math-editing mathematics mathlive

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

ionic-mathlive





Documentation


Maintenance


License: MIT

> 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

The current version of the library is compatible with Ionic 5.

## ⬇️ Install

Using npm

```sh
npm install --save ionic-mathlive
```

Using yarn

```sh
yarn add ionic-mathlive
```

## 🛠 Setup

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

Include the component on page template, like the example below:

```

```

### API

### Properties

### Events

### Styling

## Author

👤 **Mathquizily**

- Github: [@Mathquizily](https://github.com/mathquizily)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/mathquizily/ionic-mathlive/issues).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2020 [Mathquizily](https://github.com/mathquizily).

This project is [MIT](https://github.com/mathquizily/ionic-mathlive/blob/master/LICENSE) licensed.