JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q12503F
  • License MIT

Help tutorial using tooltips in UI, for example when any new feature is realsed and you want to show user how to use it.

Package Exports

  • ember-tutorial-component

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ember-tutorial-component) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Ember Tutorial Component

npm version Ember badge Build Status Ember Observer Score Code Climate Dependencies Test Coverage

Index

Demo

  • Live Demo Link Demo

  • Demo Gif ezgif com-video-to-gif 1

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Usage

  {{ember-tutorial-component
    config=config
  }}

API

  • config: Configuration for the component
{ 
  data: [{
    eleId: 'test1',
    message: 'First help message goes here.'
  }, {
    eleId: 'test2',
    message: 'This is the next step.'
  }, {
    eleId: 'test3',
    message: 'Final step, hit done to hide.'
  }]
}

npm Url

https://www.npmjs.com/package/ember-tutorial-component

Ongoing Features

List all the current features in development.

Future Enhancements

List all the future enhancements for this addon.