lightning 0.8.1 copy "lightning: ^0.8.1" to clipboard
lightning: ^0.8.1 copied to clipboard

outdatedDart 1 only

Lightning Dart UI Components based on Salesforce Lightning Design System

Lightning Dart #

Lightning Dart is a library for developing web applications based on the css framework http://www.lightningDesignSystem.com.

Written in Dart it compiles into Javascript ("Dart - the better Javascript"), so the delivery is a "one page apps".

The Framework is not dependent on salesforce.com functionality and can be used independently.

The Salesforce Lightning Design css framework is similar to Bootstrap but uses more recent css technology and concentrates on building Web Applications, not Web Sites.

Check out the demo

Usage #

A simple usage example:

import "package:lightning/lightning.dart";

main() {
    LightningDart.init() // client env
    .then((_) {
        LContainer page = LContainer.create(); // find/add to body
        ...
    }
}

For more details, see documentation

  • for code examples, check the Source tabs in the demo

Features and bugs #

Please file feature requests and bugs at the issue tracker.

Colaboration #

We welcome help and contributions. The current status of the underlying design system (css) is in flux and can change quickly. So it is best to contact us first (support at accorto.com) to coordinate efforts. We require the usual contributor license agreement.

[![Analytics](https://ga-beacon.appspot.com/UA-32129178-8/lightningdart/readme?pixel)](https://github.com/igrigorik/ga-beacon)
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Lightning Dart UI Components based on Salesforce Lightning Design System

Homepage

License

unknown (LICENSE)

Dependencies

browser, fixnum, intl, logging, protobuf

More

Packages that depend on lightning