The way Ant Design does it is preferable to me vs the arms-on-a-dial version that other libraries use. It's also similiarish to the <input type="time" /> that Edge/Chrome use, which looks intuitive, albeit but poorly styled.
<Input type="time" /> would probably be more ideal, since this already "works" with Svelte UX but the dropdown picker is where the benefit would be.
https://ant.design/components/time-picker
The way Ant Design does it is preferable to me vs the arms-on-a-dial version that other libraries use. It's also similiarish to the
<input type="time" />
that Edge/Chrome use, which looks intuitive, albeit but poorly styled.<Input type="time" />
would probably be more ideal, since this already "works" with Svelte UX but the dropdown picker is where the benefit would be.