Skip to content

Commit

Permalink
(no ticket): [fix typo] Apps Guide, UI article (#1659)
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter authored and slsriehl committed Oct 14, 2022
1 parent 0f691d6 commit b66c0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-docs/apps/guide/apps-09-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



Your app's user interface is loaded inside an iFrame in a store's control panel after a user clicks the app's icon in the left nav and tirggers the [`load` callback](/api-docs/apps/guide/callbacks). To ensure a seamless user experience, you should design your app's UI to match the design of BigCommerce's control panel. We've built a collection of reusable React components, design guidelines, and UI patterns (known collectively as *BigDesign*) that you can use to rapidly develop an app front-end that's consistent with BigCommerce's UI.
Your app's user interface is loaded inside an iFrame in a store's control panel after a user clicks the app's icon in the left nav and triggers the [`load` callback](/api-docs/apps/guide/callbacks). To ensure a seamless user experience, you should design your app's UI to match the design of BigCommerce's control panel. We've built a collection of reusable React components, design guidelines, and UI patterns (known collectively as *BigDesign*) that you can use to rapidly develop an app front-end that's consistent with BigCommerce's UI.

## Installing BigDesign React components

Expand Down

0 comments on commit b66c0e2

Please sign in to comment.