Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mathquizily/ionic-mathlive
- Owner: mathquizily
- License: mit
- Created: 2020-06-20T09:50:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T07:00:44.000Z (over 4 years ago)
- Last Synced: 2024-09-28T22:03:39.277Z (about 1 month ago)
- Topics: angular, ionic, katex, latex-style, math, math-editing, mathematics, mathlive
- Language: TypeScript
- Homepage: https://mathquizily.github.io/ionic-mathlive/
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ionic-mathlive
> 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)The current version of the library is compatible with Ionic 5.
Using npm
```sh
npm install --save ionic-mathlive
```Using yarn
```sh
yarn add ionic-mathlive
```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 {
}
```Include the component on page template, like the example below:
```
```
### API
### Properties
### Events
### Styling
👤 **Mathquizily**
- Github: [@Mathquizily](https://github.com/mathquizily)
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/mathquizily/ionic-mathlive/issues).Give a ⭐️ if this project helped you!
Copyright © 2020 [Mathquizily](https://github.com/mathquizily).
This project is [MIT](https://github.com/mathquizily/ionic-mathlive/blob/master/LICENSE) licensed.