There is "@esri/calcite-components-react" which support react. The event handler can be written as:
<CalciteButton onClick={(e) => setSliderValue(0)}>
Reset
</CalciteButton> While in vue , it not work as this:
<calcite-action @click="count++">Add</calcite-action>