An open API service indexing awesome lists of open source software.

https://github.com/bendc/uilang

A minimal, UI-focused programming language for web designers.
https://github.com/bendc/uilang

Last synced: about 1 year ago
JSON representation

A minimal, UI-focused programming language for web designers.

Awesome Lists containing this project

README

          

# uilang

uilang is a dead simple programming language for web designers. With uilang, you write your code just like plain English, straight into your HTML using a `` element. uilang's logic relies on manipulating classes on HTML elements and using these classes in CSS to show, hide, animate and transform elements when a click occurs. This simple logic lets designers create most of the typical user interface behaviours: tabs, popovers, overlays, sliding menus, etc.

## Getting started

The first thing to do is to include `uilang.js` on your page. [Download](http://uilang.com/lib/production/uilang.js) the minified version (1KB) and insert it anywhere in your HTML:

```html

```
You're now ready to write some uilang. Your code should be inserted in a `` element, preferably at the very end of your page (just before `