0.1.0 • Published 5 years ago

ember-cli-yasgui v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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.