2017 © Pedro Peláez
 

library gui-plugin

A plugin for Combyna that provides basic GUI components

image

combyna/gui-plugin

A plugin for Combyna that provides basic GUI components

  • Friday, June 22, 2018
  • by asmblah
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 300 % Grown

The README.md

Combyna GUI plugin

Build Status, (*1)

Base GUI support plugin for Combyna., (*2)

Adds support for using React to render your Combyna app's UI., (*3)

Widget definitions provided

gui.box primitive

Used as a generic container that should be presented as a grouped section. Semantically equivalent to a <div> in HTML., (*4)

gui.button primitive

Used for push buttons. A label is provided as the attribute label., (*5)

gui.container primitive

Used as a generic container. Semantically equivalent to a <div> in HTML., (*6)

gui.heading primitive

Defines a heading. Semantically equivalent to a <hX> in HTML. Its level/depth is provided as the numeric attribute level., (*7)

gui.horizontal_rule primitive

Defines a horizontal rule. Semantically equivalent to a <hr> in HTML., (*8)

gui.list primitive

Contains a list of gui.list_item items. Semantically equivalent to a <ul> or <ol> in HTML. Whether it is ordered or unordered is specified with the boolean attribute ordered., (*9)

gui.list_item primitive

Defines an item within a gui.list list. Semantically equivalent to an <li> in HTML., (*10)

gui.navigation primitive

Defines a navigation section. Semantically equivalent to a <nav> in HTML., (*11)

Defines a hyperlink to a defined route. Semantically equivalent to a <a> in HTML. Renders to a gui.url_link under the hood. Its route and arguments are provided as the route and arguments attributes respectively. Route will be validated to ensure it exists and the arguments will be validated to ensure they are valid for the specified route. Validation is performed via Exotic type determiners for both attributes., (*12)

See also gui.url_link., (*13)

gui.textbox primitive

Defines a textbox for text entry. Semantically equivalent to an <input type="text"> in HTML. Its default value is provided as the value string attribute, while its current value is made available as the text widget value (which defaults to the value attribute)., (*14)

Defines a hyperlink to an arbitrary URL. Semantically equivalent to a <a> in HTML. Its target URL/href is provided as the url string attribute., (*15)

The Versions

22/06 2018

dev-master

9999999-dev

A plugin for Combyna that provides basic GUI components

  Sources   Download

The Requires

 

14/03 2018

v1.0.1

1.0.1.0

A plugin for Combyna that provides basic GUI components

  Sources   Download

The Requires