Give us feedback
buttonwithicon
Web icon

ButtonWithIcon

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 09 March 2023 by 
5.0
 (3 ratings)
buttonwithicon

ButtonWithIcon

Details
ButtonWithIcon is a reusable component for traditional web app
Read more

This is just a simple component that allows you to have a button with an icon.

Just follow simple steps as below:


-Add dependency to ButtonWithIcon block
-Specify your IconName,IconSize,and text that will display in your button
-Add your extended class to change look and feel of the button such as colors:


For Example
.MyFilterBtn {
background-color: darkblue;
color: #fff;
border-color: darkblue;
}

And also dont forget to create event handler to handle the event when you click the button to run any action that you want.

This is the first version of the component, feel free to suggest an idea or any improvement needed


Release notes (1.0.0)
License (1.0.0)
Reviews (1)
by 
2023-03-16
in version 1.0.0
nice and helpful 
Team