Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Unified Diff: lib/paper_material.dart

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/paper_item.dart ('k') | lib/paper_progress.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/paper_material.dart
diff --git a/lib/paper_material.dart b/lib/paper_material.dart
index d20fce3910a69ffcafe5b8dacb7cde867cdc4624..7913c34dc22a3b0eb46fa59bbaf949e8817f7de2 100644
--- a/lib/paper_material.dart
+++ b/lib/paper_material.dart
@@ -10,6 +10,8 @@ import 'package:web_components/web_components.dart';
import 'package:polymer_interop/polymer_interop.dart';
import 'shadow.dart';
+/// Material design: [Cards](https://www.google.com/design/spec/components/cards.html)
+///
/// `paper-material` is a container that renders two shadows on top of each other to
/// create the effect of a lifted piece of paper.
///
« no previous file with comments | « lib/paper_item.dart ('k') | lib/paper_progress.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698