| 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.
|
| ///
|
|
|