<VeltRecorderTool type="all">
<button>Start Recording</button>
</VeltRecorderTool>
Custom CSS
You can override the CSS of the entire component yourself.
You can create your own button instead of using the button we provided. To do so, pass in your button as a child component to VeltRecorderTool
<VeltRecorderTool type="all">
<button>Start Recording</button>
</VeltRecorderTool>