MDC Pug3.0.0-beta.3
codeforumbug_report

Examples

Permanent

codecode_off
+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

codecode_off
+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

codecode_off
+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')