This repository contains example code for the resource list component in Polaris 2.0 and higher.
To see the examples in action, run:
npm install
npm start
Or, if you’re using yarn (preferred for contributors):
yarn
yarn start
This runs the app in the development mode.
- Open http://localhost:3000 to view it in the browser
- The page will reload if you make edits
- You will also see any lint errors in the console
This project was bootstrapped with Create React App. You can learn more about the features available in the Create React App guide.
Explore the sample components:
The App component shows how these components can be used:
For a detailed guide to the resource list component in Polaris, see the case study available in the Polaris documentation.
If you run into any issues with running this project or have questions, please open an issue.