Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Name:
interface
Value:
Amplify has re-imagined the way frontend developers build fullstack applications. Develop and deploy without the hassle.

Page updated Apr 29, 2024

Bind UI to data

Studio also allows you to bind UI elements to real backend data. Add properties to components, then reference the properties in your child UI elements. To get started, first, login to Amplify Studio, then navigate into a UI component by choosing the Configure button in the UI Library. For this example, you'll use the CardB component.

Add a component property

To add a property, choose Add prop and set a name for your property. For this example, create a new property called home with the type Home.

Set child property values

Select a child element such as the $99 USD Text element and choose Set prop. Here, you are able to set all available properties for that child element. Configure the label for the text element and set the value to Price: $ and then select Command + Enter (or Ctrl + Enter) on your keyboard to concatenate another value such as home.price.

Screenshot of UI bound to data

Bind the address text element's label to home.address and the image's src to home.image_url.

You are also able to set traditional HTML properties through Studio. For example, hide the text element containing "4bds 3 ba 2,530 sqft - Active" by setting the display to none.

Shuffle preview data

To see how your component scales with different data, choose the Shuffle preview data button. This selects a random record in your database and applies it as a property to preview the component.

Video of Shuffle Preview