Reputation: 3
How can I to create Materialize CSS inputs with the Special features of it, like Placeholders and Icons inside inputs? I want to find a way to create it without using materialize CSS because I am using another CSS framework and I don't want to use more than one framework preventing errors of multiplying frameworks?
Upvotes: 0
Views: 57
Reputation: 87
Try checking out the materialiseCSS CSS file, and also the corresponding CSS codes for forms/placeholders or any HTML tag, then attach the needed codes to your normal CSS file using either an id or class
Upvotes: 0