Slice Button

To build a simple Slice Button you only need to use the "slice.build" method, just like that you have a Slice Button that you can customize with a value prop.

Customization

You can also cutomize your Slice Button specifying it's background color with "customColor.button" and it's font color with "customColor.label".

onClickCallback

At last but not least you can add a function to your button with the prop "onClickCallback".