ionic-mathlive
v1.0.4
Published
A Ionic-mathlive math.
Downloads
6
Maintainers
Readme
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
- Github: @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.