Skip to content

The official Material Design components for AngularDart. Used at Google in production apps.

Notifications You must be signed in to change notification settings

tempbottle/angular_components

 
 

Repository files navigation

Material design components for AngularDart. Powering 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, 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 the Angular package.

This is a continually growing set of widgets. Recent additions include:

  • Material Card styling
  • Material Stacking Drawer
  • Material Stepper

At this time we are not taking pull requests, but please file an issue and we will work with you.

Officially supported browsers: The last two versions of Chrome, Edge, Firefox, and Safari.

Package build_runner support

The pub transformer has been removed in favor of code generation through package build. Please see the Dart 2 migration guide.

Useful links

Required Icon Font

For icons to appear, add the following icon font download to your page. Example

<link
  rel="stylesheet"
  type="text/css"
  href="https://fonts.googleapis.com/icon?family=Material+Icons">

Custom component styles

The styles of these components can be customized in your project with a component's provided Sass mixins.

  1. Add a dev dependency on the sass_builder package to your pubspec.yaml:
dev_dependencies:
  sass_builder: ^2.0.0 # update for the latest version
  1. Now you can import styles and mixins from this package via dart style package imports in your Sass files.

In your .scss files:

@import 'package:angular_components/css/material/material';

.blue {
  color: $mat-blue;
}

Project Roadmap

Our current work is summarized in the roadmap for this quarter.

About

The official Material Design components for AngularDart. Used at Google in production apps.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 76.8%
  • CSS 17.6%
  • HTML 5.5%
  • Shell 0.1%