An example Power-up to use as a starting point to create your own Power-Up.
Install the Power-Up Package here. Then, run the following command:
php artisan powerup:install https://github.com/foundationapp/HelloWorld
Then, enable the power-up:
php artisan powerup:enable hello-world
and use it with:
<livewire:powerup.hello-world />