angulardart_components 2.0.0 copy "angulardart_components: ^2.0.0" to clipboard
angulardart_components: ^2.0.0 copied to clipboard

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

Material design components for AngularDart.

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.

Required Fonts #

Add the following font downloads to the head element of your page:

  • Roboto Font (example)

    <link
      rel="stylesheet"
      type="text/css"
      href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700">
    
  • Material Icon Font (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;
}
0
likes
0
points
68
downloads

Publisher

verified publisherqlapp.fr

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

angulardart, angulardart_forms, async, build, build_config, built_collection, collection, fixnum, intl, js, logging, meta, observable, protobuf, quiver, sass_builder, web

More

Packages that depend on angulardart_components