Examples
Permanent
+mdc-drawer
+mdc-drawer__header('Mail', 'email@material.io')
+mdc-drawer__content
+mdc-list
+mdc-list-item('Inbox')(activated)
+mdc-list-item('Star')
+mdc-list-item('Sent Email')
+mdc-list-item('Drafts')
Dismissible
+mdc-drawer()(dismissible)
+mdc-drawer__header('Mail', 'email@material.io')
+mdc-drawer__content
+mdc-list
+mdc-list-item('Inbox')(activated)
+mdc-list-item('Star')
+mdc-list-item('Sent Email')
+mdc-list-item('Drafts')
Modal
+mdc-drawer()(modal)
+mdc-drawer__header('Mail', 'email@material.io')
+mdc-drawer__content
+mdc-list
+mdc-list-item('Inbox')(activated)
+mdc-list-item('Star')
+mdc-list-item('Sent Email')
+mdc-list-item('Drafts')