Daemonite / material

Material Design for Bootstrap 4
http://daemonite.github.io/material/
MIT License
3.2k stars 720 forks source link

Prepend on input? #185

Closed MACscr closed 6 years ago

MACscr commented 6 years ago

Seems input-group isnt supported by this repo, thus I cant use something like:

<span class="input-group-addon">$</span>

whats the proper way to prepend on input with your material package?

sesemaya commented 6 years ago

Hi @MACscr

Input group is fully supported. Please refer to http://daemonite.github.io/material/docs/4.1/components/input-group/#basic-example for examples.

Please be aware that BS4 rewrote .input-group in https://github.com/twbs/bootstrap/pull/25020. One of the many changes is that it dropped .input-group-addon class for .input-group-append/prepend.