UNPKG

angular-material-npfixed

Version:

The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible Material Design UI components. Angular Material is supported internally at Google by the Angular.js, M

28 lines (27 loc) 784 B
/** * @ngdoc module * @name material.components.tabs * @description * * Tabs, created with the `<md-tabs>` directive provide *tabbed* navigation with different styles. * The Tabs component consists of clickable tabs that are aligned horizontally side-by-side. * * Features include support for: * * - static or dynamic tabs, * - responsive designs, * - accessibility support (ARIA), * - tab pagination, * - external or internal tab content, * - focus indicators and arrow-key navigations, * - programmatic lookup and access to tab controllers, and * - dynamic transitions through different tab contents. * */ /* * @see js folder for tabs implementation */ angular.module('material.components.tabs', [ 'material.core', 'material.components.icon' ]);