{% set active_page = 'Select' -%} {% extends "layouts/" + layout + ".html" %} {% block styles %} {% endblock %} {% block content %}
Pick a Food Group
  • Bread, Cereal, Rice, and Pasta
  • Vegetables
  • Fruit
  • Milk, Yogurt, and Cheese
  • Meat, Poultry, Fish, Dry Beans, Eggs, and Nuts
  • Fats, Oils, and Sweets

Select

MDC Select provides Material Design single-option and multi-option select menus.

It functions analogously to the browser’s native select element, and includes a gracefully degraded version that can be used in conjunction with the browser’s native element.

Both are fully accessible, and fully RTL-aware.

Fully-Featured Component

Food Group
  • Fruit Roll Ups
  • Candy (cotton)
  • Vegetables
  • Noodles
{% endblock %} {% block scripts %} {% endblock %}