DeckKit's DeckView is now much easier to use. The old Deck struct is deprecated, so you can just pass in any array into the view, then use type-specific view builders. Shuffling is auto supported by passing in a binding. All in all much better than before.
github.com/danielsaidi/DeckK…