The timezone select component offers an easy way to render timezones in a select menu.
<x-timezone-select name="basic-usage-demo" />
Only the America and Europe regions will be present in this demo.
<x-timezone-select name="excluded-regions-demo" :only="[ \Rawilk\FormComponents\Support\TimeZoneRegion::EUROPE, \Rawilk\FormComponents\Support\TimeZoneRegion::AMERICA ]" />
<x-timezone-select name="excluded-regions-demo" use-custom-select :only="[ \Rawilk\FormComponents\Support\TimeZoneRegion::EUROPE, \Rawilk\FormComponents\Support\TimeZoneRegion::AMERICA ]" />