2.0.0 • Published 9 years ago

ember-mapexplorer v2.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
9 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

9 years ago

1.10.2

9 years ago

1.10.1

9 years ago

1.10.0

9 years ago

1.9.0

9 years ago

1.8.0

9 years ago

1.7.0

9 years ago

1.6.0

9 years ago

1.5.2

9 years ago

1.5.1

9 years ago

1.5.0

9 years ago

1.4.0

9 years ago

0.2.0

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

1.3.4

10 years ago

1.3.3

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago