An open API service indexing awesome lists of open source software.

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.

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

```