Stopwatch issue - Costume buttons?

Hi all!

  1. Is there a way to change the labels on the stopwatch buttons or the language?

  2. Is it possible to control the stopwatch using custom buttons instead of the built-in stopwatch buttons? CSS maybe?

Thank you.

  1. Unfortunately, I never found a way to change the language of this component.
  2. You could hide these buttons’ text with custom CSS and cheat by adding ::after pseudo class and a content property.

Or, you could make your own timer with AI Component. Here is an example built by @Jeff_Hager :

3 Likes