ember-cli-yasgui

0.1.0 • Public • Published

ember-cli-yasgui

Ember wrapper for http://about.yasgui.org. This addon provides an components to interact with yasgui from ember.

Compatibility

  • Ember.js v2.18 or above
  • Ember CLI v2.13 or above

Installation

ember install ember-cli-yasgui

Usage

The following components are available:

  • yasgui-integration
// simple usage
{{yasgui-integration}}

// extended usage
{{#yasgui-integration as |yasgui|}}
  {{input type='text' value=endpoint onchange=(action (mut endpoint))}}
  {{yasgui.editor endpoint=endpoint}}
  {{yasgui.results}}
{{/yasgui-integration}}

  • yasgui-query-editor

  • yasgui-result-view

License

This project is licensed under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i ember-cli-yasgui

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

7.32 kB

Total Files

17

Last publish

Collaborators

  • nielsv