# Lists for Stripe Apps Learn how to use the list component when building Stripe apps. Use lists to display collections of information. ## Before you begin [Create an app](https://docs.stripe.com/stripe-apps/create-app.md). ## Suggested use - If you want the rows in your list to be clickable, use a [List](https://docs.stripe.com/stripe-apps/components/list.md) component. A `List` can contain an icon and an image in certain treatments. ![Using the List component](https://b.stripecdn.com/docs-statics-srv/assets/listview.81a323e2c2191dc2551c503fa9d97cfa.png) - For deeper control of the design, compose a custom list item. Rows in custom lists aren’t clickable. Add a link or button for the user to click. ![Custom list](https://b.stripecdn.com/docs-statics-srv/assets/custom-lists-01.3e7fec90ee2c9da310e6eb35cf5fea7f.png) ![Alternate custom list](https://b.stripecdn.com/docs-statics-srv/assets/custom-lists-02.c9ae81f00f993878c5008ab232bd9604.png)