Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
/ angular-mdc-web Public archive

Angular wrapper for Material Design (Web) Components

License

Notifications You must be signed in to change notification settings

trimox/angular-mdc-web

Repository files navigation

Angular MDC

npm version Build Status codecov Gitter

Demo App with API, documentation and examples

Incorporating Google Material Components, our Angular library provides a faithful and accurate representation of Material Design as it is envisioned on the web platform by Google's Material Design team. Our goal is to equip Angular developers with modular, straightforward and production-ready Material Design components.

Quick Links

Install Angular MDC

npm i @angular-mdc/web

Update Angular MDC

npm i @angular-mdc/web@latest

Getting started

Check out our Getting Started guide to begin adopting Angular MDC in your project.

Using Angular CLI? Try our Angular CLI - step by step guide.

Material Design Components

Adopting material-components-web via foundations and adapters.

Component Status Demo
button Available View Demo
card Available View Demo
checkbox Available View Demo
dialog Available View Demo
drawer Available View Demo
elevation Available View Demo
fab Available View Demo
form-field Available View Demo
grid-list TBI
icon-toggle Available View Demo
linear-progress Available View Demo
list Available View Demo
menu Available View Demo
radio Available View Demo
ripple Available View Demo
select Available View Demo
slider Available View Demo
snackbar Available View Demo
switch Available View Demo
tabs Available View Demo
textfield Available View Demo
theme Available View Demo
toolbar Available View Demo
typography Available View Demo
  • WIP = work in progress
  • TBI = to be implemented

Developing Angular MDC

Want to develop your own components or change existing ones? Check out our Developer guide.