Render all remaining items not yet taken, optionally sorted.
The returned array is live and is updated when later take calls remove
items from the collection.
Optionaloptions: { sortBy?: "title" }Render and take a specific item by extension ID. Returns null if not found.
A pre-bound renderer that wraps NavContentNavItems with a component, so that
takeandrestreturn rendered elements directly.