Button Plugin
There are two types of buttons:
1. Link Button - basically a link in a shape of a button.
Add a Link Button to check it out!
2. Action Button - by passing an `onClick` prop callback, when clicking the button it triggers the `onClick` action.
Add an Action Button to check it out!
#
Usage - Link Button#
Usage - Action Button#
Link & Action Button Config APIcolors
#
Control Button colors
Example value:
onTextColorAdded
#
A function that receives a color and returns user text colors.
onBackgroundColorAdded
#
A function that receives a color and returns user background colors.
onBorderColorAdded
#
A function that receives a color and returns user border colors.
getTextColors
#
A function that returns user text colors.
getBorderColors
#
A function that returns user border colors.
getBackgroundColors
#
A function that returns user background colors.
#
Action Button Config APIonClick
#
A function that is triggered when clicking the button, it will trigger the onClick
action.