Basic Forms
Materialize offers styling utilizing Material Design features.
Special Features
- Placeholders and Labels
- Validation error or success messages
- JS enhancements (select)
JS to activate Select features
$(document).ready(function() { $('select').material_select(); });
See the Pen Material-Forms by roy degler (@rdegler) on CodePen.