https://github.com/karan/x-math
Polymer element to embed beautiful math using just HTML.
https://github.com/karan/x-math
Last synced: 5 months ago
JSON representation
Polymer element to embed beautiful math using just HTML.
- Host: GitHub
- URL: https://github.com/karan/x-math
- Owner: karan
- License: mit
- Created: 2014-05-19T17:57:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-19T20:52:46.000Z (over 11 years ago)
- Last Synced: 2025-04-04T23:29:51.246Z (9 months ago)
- Language: JavaScript
- Homepage: http://karan.github.io/x-math/
- Size: 5.31 MB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
\
================
Polymer element to embed beautiful math using just HTML.
| [Documentation](http://karan.github.io/x-math/) | [Live demo](http://karan.github.io/x-math/components/x-math/demo.html) |
| --- | --- |
## Examples
\frac{a}{b}
Or make this math editable
\frac{a}{b}
## Install
### Method 1 - bower
bower install x-math
### Method 2 - Polymer
1. Import Web Components' polyfill:
```xml
```
2. Import Custom Element:
```xml
```
3. Start using it!
```xml
```