Create Custom Widget

Hi, i could not find anywhere how to make custom widget in the new Yii2. Any ideas where I can see it?

You need to take a look at yii\base\Widget class and extend from it.

If you are looking at generally building a Yii extension here are the docs.