All Projects → jadjoubran → Angular Material Design Lite

jadjoubran / Angular Material Design Lite

Licence: mit
A tiny Angular wrapper for Material Design Lite

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Angular Material Design Lite

Angular Material Dashboard
Angular admin dashboard with material design
Stars: ✭ 1,321 (+550.74%)
Mutual labels:  material, angularjs
Electron Boilerplate
An Electron boilerplate project using AngularJS
Stars: ✭ 40 (-80.3%)
Mutual labels:  material, angularjs
Materializecss Autocomplete
Small material design autocomplete library for materializecss
Stars: ✭ 9 (-95.57%)
Mutual labels:  material, angularjs
Laravel5 Angular Material Starter
Get started with Laravel 5.3 and AngularJS (material)
Stars: ✭ 1,692 (+733.5%)
Mutual labels:  material, angularjs
Materialcalendar
A Material design calendar inspired by the CalendarView of School Diary.
Stars: ✭ 196 (-3.45%)
Mutual labels:  material
Password Strength
Angular UI library to illustrate and validate a password's strength with material design - Angular V9 supported
Stars: ✭ 186 (-8.37%)
Mutual labels:  material
Kau
An extensive collection of Kotlin Android Utils
Stars: ✭ 182 (-10.34%)
Mutual labels:  material
Angular Fx
Angular CSS3 animation directives (ngfx-bounce, ngfx-shake, ngfx-flip, ngfx-pulse and more ...) https://720kb.github.io/angular-fx
Stars: ✭ 181 (-10.84%)
Mutual labels:  angularjs
Angular2 Express Mongoose Gulp Node Typescript
AngularJS 2 (Updated to 4.2.0) Mean Stack application which uses Angular2, Gulp, Express, Node, MongoDB (Mongoose) with Repository Pattern Business Layer
Stars: ✭ 201 (-0.99%)
Mutual labels:  angularjs
Springboot Dubbox Web
springboot-dubbox后台管理
Stars: ✭ 198 (-2.46%)
Mutual labels:  angularjs
React Md
React material design - An accessible React component library built from the Material Design guidelines in Sass
Stars: ✭ 2,284 (+1025.12%)
Mutual labels:  material
Openrouteservice App
🚙 The open source route planner app with plenty of features.
Stars: ✭ 187 (-7.88%)
Mutual labels:  angularjs
Tm Crm erp
DEPRECATED
Stars: ✭ 196 (-3.45%)
Mutual labels:  angularjs
Flutter colorpicker
A HSV(HSB)/HSL color picker inspired by chrome devtools and a material color picker for your flutter app.
Stars: ✭ 185 (-8.87%)
Mutual labels:  material
Manageyum
A browser made precisely for your apps.
Stars: ✭ 199 (-1.97%)
Mutual labels:  angularjs
Materialshadows
Material Shadows for android : A library for supporting convex material shadows
Stars: ✭ 2,145 (+956.65%)
Mutual labels:  material
Ngx Material File Input
File input for Angular Material form-field
Stars: ✭ 193 (-4.93%)
Mutual labels:  material
Grammark
Open Source Grammar checker.
Stars: ✭ 197 (-2.96%)
Mutual labels:  angularjs
Covalent
Teradata UI Platform built on Angular Material
Stars: ✭ 2,230 (+998.52%)
Mutual labels:  material
Browser Base
Modern and feature-rich web browser base based on Electron
Stars: ✭ 2,417 (+1090.64%)
Mutual labels:  material

angular-material-design-lite

Version 0.3.0

Angular Material Design Lite

Angular wrapper for Material Design Lite.

View Documentation & Demo

Installation

bower install angular-material-design-lite --save

or using npm

npm install angular-material-design-lite --save

Supported Directives

Check Documentation

Configuration options

Floating text labels and ripple effect are enabled by default.
Here's how you can disable them:

angular.module('your-app').config(function(mdlConfigProvider){
    mdlConfigProvider.floating = false;
    mdlConfigProvider.rippleEffect = false;
});

Upgrading components in dynamic templates

You can use the mdl-upgrade attribute directive on elements that are inside ng-if or dynamically injected templates. Check issue #4 for more information.

Questions, Issues and Feature Requests

Open a new issue.

What's next?

Here's what I'm planning for the next releases

  • prism.js for docs
  • add tooltip support
  • add tabs support
  • support indeterminate progress bar
  • move additional attributes from directive to element
  • abstract ngClass conditions into service
  • split components across multiple files
  • automate releases using gulp
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].