New to Kendo UI for Vue? Start a free 30-day trial
SpeechToText Button Icons
You can customize the icon appearance of the Kendo UI for Vue SpeechToText Button.
You can leverage the available props to:
Custom Icon
You can replace the default microphone icon with a custom SVG icon from the Kendo UI for Vue icon library or your own custom SVG icon.
The following example demonstrates how to change the default microphone icon to a star icon:
Change Theme
Theme
Loading ...
Note that when the SpeechToText Button is active, it will still switch to the stop icon regardless of the custom icon you provide for the inactive state.
Icon Size
The SpeechToText Button allows you to adjust the size of the icon through the iconSize
prop. Available options are:
small
(default) - A smaller-sized iconmedium
- A medium-sized iconlarge
- A larger-sized icon
The following example demonstrates how to change the icon size of the SpeechToText Button:
Change Theme
Theme
Loading ...