Use Angular controls in HTML with CSS?« Back to Questions List
Our design follows material design standards for Angular. Here are some official sites that offers material design controls(html/CSS/JS) https://material.angularjs.org/1.0.7/ & https://getmdl.io/index.html. Is there any way implement the same into my AI file so that the exported html have these MD controls along with jq animations and CSS styling? |
Do you have the right answer? If you do other users will benefit from your contribution, share your knowledge with the community!
Hi, You can add this easily, eg. a button – https://material.angularjs.org/1.0.7/CSS/button: a) create a folder ${class|md-button:ng-click="btnClick();"} my button c) add a text item inside the folder for the name of the button Ref: //exportkit.com/plugin/environments/html5/export-psd-to-angular-and-ember-js-templates |
Share Your Knowledge!
Contribute to the community and help other users to benefit from your answer with experience and knowledge.