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

Unified Diff: lib/paper_tabs.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_slider_nodart.html ('k') | lib/paper_toggle_button.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/paper_tabs.dart
diff --git a/lib/paper_tabs.dart b/lib/paper_tabs.dart
index e8bb92fb048f5e2f839a52cd15e9543c1ee2fa1a..b296291a6aa4e1a0c30992fe073cf5f3ab6a85fb 100644
--- a/lib/paper_tabs.dart
+++ b/lib/paper_tabs.dart
@@ -22,6 +22,8 @@ import 'color.dart';
import 'paper_tabs_icons.dart';
import 'paper_tab.dart';
+/// Material design: [Tabs](https://www.google.com/design/spec/components/tabs.html)
+///
/// `paper-tabs` makes it easy to explore and switch between different views or functional aspects of
/// an app, or to browse categorized data sets.
///
« no previous file with comments | « lib/paper_slider_nodart.html ('k') | lib/paper_toggle_button.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698