Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/angulardart-community/angular_components

High-quality Material Design components for AngularDart.
https://github.com/angulardart-community/angular_components

angulardart dart-web dartlang hacktoberfest material-design web

Last synced: about 2 months ago
JSON representation

High-quality Material Design components for AngularDart.

Awesome Lists containing this project

README

        

[![AngularDart Chat](https://img.shields.io/gitter/room/angulardart/community?color=blue&label=angulardart%2Fcommunity&logo=matrix)](https://gitter.im/angulardart/community)

Please refer to the [wiki](https://github.com/angulardart-community/angular_components/wiki) on how we plan to migrate `angular_components` to null safety, or pick a random [issue](https://github.com/angulardart-community/angular_components/issues) and start contributing!

> I attempt to migrate it to null-safety little by little, perhaps one `dart`
file every day. ~~As the saying goes: a commit a day, keeps the doctor away.~~

[Material design] components for [AngularDart]. Originally written by Google, it
has powered some of Google's most sophisticated and mission-critical applications.

The [AngularDart Components Gallery] contains live examples and documentation.

This productive and stable set of widgets, originally contributed to by hundreds of
Googlers, make debugging and deploying your app easier. Strict latency and
testing policies make these widgets an excellent fit for projects using
[AngularDart].

**Disclaimer**: This project is currently maintained by the community. This is
not a Google product in any way, official or unofficial.

[Material design]: https://material.io/guidelines
[AngularDart]: https://angulardart.xyz
[applications]: https://news.dartlang.org/2016/03/the-new-adwords-ui-uses-dart-we-asked.html
[AngularDart Components Gallery]: https://gallery.angulardart.xyz

The following packages provide the components as well as code generation for the
AngularDart Components gallery.

## [ngcomponents] [![Pub Package](https://img.shields.io/pub/v/ngcomponents.svg)](https://pub.dev/packages/ngcomponents)

The actual components package that is published to pub. Obviously, the name
`angular_components` is currently taken by the original package, so we had to
publish it under the name `ngcomponents`, but in general we still call it
`angular_components` ^^

## [angular_gallery]

Code generators that create the gallery containing pages generated by the
`angular_gallery_section` package.

## [angular_gallery_section]

**Disclaimer**: This project is currently maintained by the community. This is not a GoogleCode generators that create a gallery page containing documentation and examples
from a `@GallerySectionConfig` annotation.

## [examples]

Example packages for each of the components. Additionally, the
[examples/angular_components_example] subdirectory contains the base package
for building the AngularDart gallery.

[angular_components]: (https://github.com/angulardart-community/angular_components/tree/master/ngcomponents)
[angular_gallery]: (https://github.com/angulardart-community/angular_components/tree/master/angular_gallery)
[angular_gallery_section]: (https://github.com/angulardart-community/angular_components/tree/master/angular_gallery_section)
[examples]: (https://github.com/angulardart-community/angular_components/tree/master/examples)
[examples/angular_components_example]: (https://github.com/angulardart-community/angular_components/tree/master/examples/angular_components_example)