1.0.3 ā€¢ Published 11 months ago

@frgrisk/ionic-mathlive v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

A ionic-mathlive.

šŸ  Homepage

šŸ“ Table of Contents

āœ… Prerequisites

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

ā¬‡ļø Install

Using npm

npm install --save ionic-mathlive

Using yarn

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:

import { IonicMathliveModule } from 'ionic-mathlive';

@NgModule({
  ...
  imports: [IonicMathliveModule, ...],
  ...
})
export class YourModule {
}

Usage

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

<ionic-mathlive>
</ionic-mathlive>

API

Properties

Events

Styling

Author

šŸ‘¤ Mathquizily

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2020 Mathquizily. This project is MIT licensed.