palette
Theming
desktop_windows
Apps
keyboard_arrow_down
{% for item in [{title:"Email", href:"email.html", icon:"email"},
{title:"Todo", href:"todo.html", icon:"check_circle"},
{title:"Maps", href:"maps.html", icon:"pin_drop"},
{title:"Chat", href:"chat.html", icon:"chat"},
{title:"Contacts", href:"contacts.html", icon:"face"},
{title:"Notes", href:"notes.html", icon:"event_note"},
{title:"Calendar", href:"calendar.html", icon:"date_range"}] %}
{{item.icon}}
{{item.title}}
{% endfor %}
{% for item in [{title:"Typography", href:"typography.html", icon: "text_format"},
{title:"Colors", href:"colors.html", icon: "palette"}] %}
{{item.icon}}
{{item.title}}
{% endfor %}
perm_identity
Authentication
keyboard_arrow_down
{% for item in [{title:"Login", href:"login.html"},
{title:"Register", href:"register.html"},
{title:"Forgot Password", href:"forgot-password.html"},
{title:"Lock", href:"lock.html"}] %}
{{item.title}}
{% endfor %}
error
Errors
keyboard_arrow_down
{% for item in [{title:"404", href:"404.html"},
{title:"500", href:"500.html"}] %}
{{item.title}}
{% endfor %}
extension
Form Controls
keyboard_arrow_down
{% for item in [{title:"Checkbox", href:"checkbox.html"},
{title:"Input", href:"input.html"},
{title:"Radio", href:"radio.html"},
{title:"Select", href:"select.html"},
{title:"Slider", href:"slider.html"}] %}
{{item.title}}
{% endfor %}
view_module
Layout
keyboard_arrow_down
{% for item in [{title:"Cards", href:"cards.html"},
{title:"Tabs", href:"tabs.html"}] %}
{{item.title}}
{% endfor %}
error
Buttons & Indicators
keyboard_arrow_down
{% for item in [{title:"Buttons", href:"buttons.html"},
{title:"Linear Progress", href:"progress.html"}] %}
{{item.title}}
{% endfor %}
feedback
Popups & Modals
keyboard_arrow_down
{% for item in [{title:"Dialog", href:"dialog.html"},
{title:"Snackbar", href:"snackbar.html"}] %}
{{item.title}}
{% endfor %}