1 | Icon to be shown | name = 'Save' | Save Icon is shown |
2 | Icon is shown and a tooltip is shown on hover | name='Save', tooltip: 'Save' | Icons is shown and on hover a tooltip is shown with text as 'Save' |
3 | Icon is shown with a subscript | name='Text_file', subscript=2 | Icon is shown with subscript at bottom |
4 | Icon is shown with a superscript | name='Text_file', superscript=2 | Icon is shown with superscript on top |
5 | Icon given with name empty | name not passed | No Icon is shown and container div will also not be formed |
6 | Wrong name passed | name = 'xdst' | No Icon is shown and container div will also not be formed |
7 | Icon is shown with modified CSS | containerClass= '{className}' | Icon is shown with class applied on the container |