[Tutorial] How to Create a List View Component in Phaser Editor v3
March 08, 2021 - Posted in tutorials
![[Tutorial] How to Create a List View Component in Phaser Editor v3](https://phasereditor2d.com/blog/content/images/20210308053016-listview-demo-tutorial.png)
Hi! We have a new article from Cartrell Hampton!
As I continue working on the multiplayer Poker game, I’m working on adding a game lobby to it. There, you’ll be able to see who else is online, join existing games in session, or start your own game for others to join.
I realized that in order to create the list of players and games, I’ll need to build a list view. And since I’m using Phaser Editor v3 and its User Components functionality, I decided to build the list view, similar to how I made the button component.

Tags: tutorial, user, components, listview, ui