GithubHelp home page GithubHelp logo

simpli5's Introduction

Simpli5 is an HTML5 Javascript library. What this means is that we do away with much of the code that is used for cross-browser compatibiltiy and workarounds for non-compliant browsers. This also means that this library will not work for gerneral public apps until most browsers support HTML5.

Meant to be used for HTML AIR applications, mobile device applications, or applications where you tell your users to grow up and get a big-boy browser. ;)

simpli5's People

Contributors

jacwright avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

simpli5's Issues

List component

A list component should take the array set in its data property and duplicate its first element for each item in the array. The duplicated elements (item templates/renderers) should have the item in the array assigned to their data property. The binding for the item renderers and all their children should have data reference the item renderer's data value.

Give bindable properties full expression

Property attributes on components only support single property binding currently. They should support full data-binding expressions just like Template binding fields do.

Remote component HTML definition

Create a place-holder component or mechanism such that an element with url="somepage.html" will load in that page, execute it's JS, and insert it into the DOM in place of the referencing element.

Bound values in HTML

Add binding to the initialization of the HTML so that properties can be bound via their attribute settings, and attributes and content can be replaced by the bound values.

Example:

{data.text}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.