You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
{name: 'Button',route: 'button-demo',icon: 'code',desc: 'Buttons communicate the action that will occur when the user touches them.'},
3
+
{name: 'Button',route: 'button-demo',icon: 'send',desc: 'Buttons communicate the action that will occur when the user touches them.'},
4
4
{name: 'Card',route: 'card-demo',icon: 'credit_card',desc: 'A card is a sheet of material that serves as an entry point to more detailed information.'},
5
5
{name: 'Checkbox',route: 'checkbox-demo',icon: 'check_box',desc: 'Checkboxes allow the user to select multiple options from a set.'},
6
+
{name: 'Dialog',route: 'dialog-demo',icon: 'code',desc: 'Dialogs inform users about a specific task, require decisions, or involve multiple tasks.'},
6
7
{name: 'Drawer',route: 'drawer-demo',icon: 'code',desc: 'Drawers slide in from the left and contains the navigation destinations for your app.'},
7
-
{name: 'Elevation',route: 'elevation-demo',icon: 'code',desc: 'Elevation is the relative depth, or distance, between two surfaces along the z-axis.'},
8
-
{name: 'Floating Action Button (FAB)',route: 'fab-demo',icon: 'code',desc: 'A floating action button represents the primary action in an application.'},
8
+
{name: 'Elevation',route: 'elevation-demo',icon: 'filter',desc: 'Elevation is the relative depth, or distance, between two surfaces along the z-axis.'},
9
+
{name: 'Floating Action Button (FAB)',route: 'fab-demo',icon: 'add_circle_outline',desc: 'A floating action button represents the primary action in an application.'},
9
10
{name: 'Linear-Progress',route: 'linear-progress-demo',icon: 'linear_scale',desc: 'Progress and activity indicators are visual indications of an app loading content.'},
10
11
{name: 'List',route: 'list-demo',icon: 'list',desc: 'Lists present multiple line items vertically as a single continuous element.'},
11
12
{name: 'Menu',route: 'menu-demo',icon: 'menu',desc: 'Menus display a list of choices on a transient sheet of material.'},
12
13
{name: 'Radio Button',route: 'radio-demo',icon: 'radio_button_checked',desc: 'Radio buttons allow the user to select one option from a set.'},
13
14
{name: 'Snackbar',route: 'snackbar-demo',icon: 'info_outline',desc: 'Snackbars provide brief feedback through a message at the bottom of the screen.'},
14
15
{name: 'Switch',route: 'switch-demo',icon: 'wb_incandescent',desc: 'On/off switches toggle the state of a single settings option.'},
15
-
{name: 'Tabs',route: 'tab-demo',icon: 'code',desc: 'Tabs make it easy to explore and switch between different views.'},
16
-
{name: 'Textfield',route: 'textfield-demo',icon: 'input',desc: 'Text fields allow users to input, edit, and select text.'},
16
+
{name: 'Tabs',route: 'tab-demo',icon: 'tab',desc: 'Tabs make it easy to explore and switch between different views.'},
17
+
{name: 'Textfield',route: 'textfield-demo',icon: 'text_fields',desc: 'Text fields allow users to input, edit, and select text.'},
17
18
{name: 'Toolbar',route: 'toolbar-demo',icon: 'code',desc: 'Toolbars appear a step above the sheet of material affected by their actions.'},
0 commit comments