🛠️ UI Components and App Features
User interface (UI) components define your app’s look, while app features allow you to tap into a mobile device’s unique functionalities.
Last updated
Was this helpful?
User interface (UI) components define your app’s look, while app features allow you to tap into a mobile device’s unique functionalities.
Last updated
Was this helpful?
UI components are visual elements users can see or interact with. They include buttons, images, text inputs, etc. Thunkable offers more than 20 UI components to add to your app screens. Each of these components is fully customizable and controllable with blocks.
Each UI component you add to your app has an associated properties panel unique to that component. Using the various settings in the properties panel, you can style and customize your Thunkable UI components to give your app personality and style that best suits your brand.
A Label's properties panel is displayed on the right in the example below. Note its unique properties such as font, color, alignment, etc.
The component tree can be found at the top left corner of your project's Designer. The component tree contains a list of the UI components in your app. The expand and collapse arrows show or hide the nested UI components.
Once you’ve perfected a UI component on the Design tab of a drag and drop project, you can duplicate it using copy-and-paste keyboard shortcuts.
To copy and paste a component:
Click on a component name in the component tree (A) or the component within a screen in your workspace (B).
Type ctrl+c or command+c on Mac, and ctrl+c on PC, to copy the component.
Type ctrl+v or command+v on Mac, and ctrl+v on PC, to paste a duplicate of the component.
Click and drag the new component to position it as you desire.
Thunkable’s app features are easy-to-integrate and drastically expand your app’s native mobile functionality. They often relate to your app's functionality and quietly run in the background.
App features are accessed from your project's Blocks tab.