tech-advantage / ngx-icon-picker

An Icon Picker Directive/Component for Angular 13+ which manages Font Awesome, Bootstrap Glyphicon, Font Awesome5 and Material.
MIT License
25 stars 33 forks source link

Specify classes instead of bootstrap #26

Closed greg7859 closed 4 years ago

greg7859 commented 4 years ago

I added 3 parameters:

[ipButtonStyleClass] to override the class for the button. [ipDivSearchStyleClass] to override the class for the div search [ipInputSearchStyleClass] to override the class for the input search To explain how to use it, I created 2 examples:

app-bulma app-semantic For both, I use the framework to replace boostrap

Closed #25