@frgrisk/ionic-mathlive

1.0.3 • Public • Published

ionic-mathlive

Documentation Maintenance License: MIT

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.

Package Sidebar

Install

npm i @frgrisk/ionic-mathlive

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

13.1 kB

Total Files

16

Last publish

Collaborators

  • aguarnieri
  • hskiba