vader_ui 0.1.0-dev copy "vader_ui: ^0.1.0-dev" to clipboard
vader_ui: ^0.1.0-dev copied to clipboard

Dart 1 only

Vader is a User Interface library and components, created with Angualar Dart components

Dart Vader #

Build Status

Vader is a component library and tools for User Interface Programming using Angular component architecture.

This library is in development, use with care. See the source code

Installing #

Follow instructions on pub page You will need some css, for the components, you must include the follow CSS then in your html file:

<link rel="stylesheet" href="packages/vader/web/stylesheets/application.css" />
<!-- Some Animations use the animate.css see: http://daneden.github.io/animate.css/ -->
<link rel="stylesheet" href="packages/vader/web/bower_components/animate.css/animate.min.css" />
<!-- Icons -->
<link rel="stylesheet" href="packages/vader/web/fonts.css" />

API documentation #

By this date there is no API documentation, the API is changing. But you can look in the source code. You will see a api and a src folder. We try split the api from the implementation where it is possible.

Running the examples #

In this early versions, the best way to learn is by the examples. The documentation is not good right now.

You need compile the CSS using sass and download the dependencies like jquery and foundation sass using bower. For this purpose follow the commands, after download the source code

cd vader/lib/web
bower install
compass compile
cd ../../
pub install

To run the examples download the source code enter in example folder and use the command pub serve.

0
likes
30
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Vader is a User Interface library and components, created with Angualar Dart components

Homepage

Documentation

Documentation

License

MIT (license)

Dependencies

angular, browser, css_animation, dnd

More

Packages that depend on vader_ui