Sample apps
See working apps from design to code.
A sample app is available on GitHub. Use it as a starting point for your own app.
Full-page app example
Download the full-page example from GitHub. It demonstrates how to combine several Stripe Apps capabilities in a single app, including:
- A full-page view with the
FullPageViewcomponent and thestripe.viewport.dashboard. fullpage - Client-side routing with
AppRouter,createRoutes, anduseNavigation. - The DataTable component with sorting, filtering, and pagination.
- FocusView drawers for contextual editing flows.
- Tabbed navigation using the
TabsandTabcomponents. - An app settings view with
SettingsView. - A home overview drawer using the
stripe.viewport.dashboard. home. overview