Display a queue view with one record with different fields

I’m going to have a queue view which will only show a specific record with different fields.
Each field as a lookup field which can have a popup to display its detail view.

Is there an easy way to leverage Skuid to do so?
It seems Skuid only support a collection of records for displaying a queue view.

You might want to try a deck component.  You can align it on the side of your page like a queue if you want, and in the deck you can use page title components to display the fields like you have in your screen shot, with buttons to pop up the details.

So glad that you point me out a direction to implement it.
Will share it after finishing it.
Thanks so much.