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

outdatedDart 1 only

Lightning Dart Components based on SLDS CSS - https://github.com/accorto/lightning-dart/wiki

lightning dart #

![Lightning Dart](/LightningDartLogo.svg?raw=true =60x "LightningDart")

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 CSS framework is similar to Bootstrap but uses more recent CSS technology and concentrates on building Web Applications, not Web Sites.

Usage #

A simple usage example:

import "package:lightning/lightning.dart";

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

See documentation

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

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Lightning Dart Components based on SLDS CSS - https://github.com/accorto/lightning-dart/wiki

Homepage

License

unknown (LICENSE)

Dependencies

browser, fixnum, intl, logging, protobuf

More

Packages that depend on lightning