2.0.0 • Published 7 years ago

ember-mapexplorer v2.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
7 years ago

Ember MapExplorer

build status

Ember addon that provides map-explorer, a component that displays a Chain Map

Installation

Install the ember-cli addon in your ember-cli project:

$ ember install ember-mapexplorer

This should automatically install ember-cli-sass.

If you want to take advantage of default styles you may add:

@import 'mapexplorer-core';
@import 'ember-mapexplorer';

in your app/styles/app.scss.

You can also override default variables.

Usage

With an agent Url and a map ID:

{{map-explorer applicationUrl="http://localhost:4000" mapId="57743311d6a22a8f2bd2bec1"}}

With a chainscript (a JSON string or the array of segments as a POJO):

{{map-explorer chainscript=myChainscript}}
2.0.0

7 years ago

1.10.2

7 years ago

1.10.1

7 years ago

1.10.0

7 years ago

1.9.0

7 years ago

1.8.0

7 years ago

1.7.0

7 years ago

1.6.0

7 years ago

1.5.2

7 years ago

1.5.1

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

0.2.0

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

1.3.4

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago