Cursors
Create Your Own UI
1
Get the useCursorUsers Hook
Import the useCursorUsers
hook.
2
Display Cursor Users List with your own UI
The cursorUsers
hook will return an array of User objects.
You can map the Cursor Users List to generate your own custom UI.
The hook will automatically unsubscribe from the subscription when the component dismounts.