In order to use this component, you can choose a number of different approaches:
The Strudel_Iframe block is the most complete strudel component, since it works just as the original. You can use it anywhere on your app, just drag and drop the component!
For more information on how it works or the syntax for it, please read the original documentation https://strudel.cc/workshop/getting-started/
If you don't want to use the Iframe, you can use this block which uses the strudel js functions to operate.
It doesn't support everything that the iframe offers but it is a good start in order to get more familiar with the library.
You can always just use the actions with your own UI!
First, use InitStrudel action to get things ready. Then, use the PlayNotes with the Notes parameter to start playing some music. When you are done, just use StopPlaying to hush() the sounds.
There you go, now you know how to use the component.