@vebgen/mui-icon-btns
v0.0.2
Published
MUI-based icon-buttons
Downloads
5
Readme
iMaterial-UI based Icon Buttons
A collection of icon buttons based on Material-UI components.
Following buttons are available:
BlurredIconBtn
: a button with a blurred icon that becomes more apparent when the mouse hovers over it;DeleteIconBtn
: a delete button that becomes red on hover; supports a payload that is passed to theonRemove
callback and a customized tooltip;ReloadIconBtn
: a reload button that rotates its icon while theloading
property is true; supports a customized tooltip;RotatingIconBtn
: a button whose icon may rotate; supports a customized tooltip.
Running unit tests
Run nx test icon-btns
to execute the unit tests via Jest.