Chips are compact elements that represent inputs, attributes, or actions. They help users make selections, filter content, or trigger actions in a visually lightweight and space-efficient way.
🧱 Gridding Rules
You can place the Chips element alone in the row using a flexible grid system.
Max |
60 grids |
⚙️ Settings
The following table outlines the available configuration options for this element. Each setting defines how the element behaves or appears within your app’s UI.
Field | Description |
Label | The main label for form fields like inputs or dropdowns. |
Icon | An icon shown at the start (left side) of the cell. |
Custom Color | controls the color styling of text or divider. |
Cell ID | This is the unique name for the cell. It's used to find or manage the cell later. If both cell_id and callback are provided, the system will use cell_id . |
Callback | This is the action name linked to the cell when a user interacts with it. You must add this when creating the cell. Once the cell is saved, this value can’t be changed. |
Cell Order | This controls where the cell appears inside the row (from left to right). Like callback, it must be set when creating the cell and can’t be changed later. |
Form | The type of the element. You must choose this when creating the cell, and it can't be changed later. |
Style | The visual style of the element (e.g., filled, outlined). You need to set this when creating the cell, and it can't be changed after saving. |
Version | A system-generated version number that updates automatically whenever the cell is changed. |
Prefix | Text that appears at the beginning of an input field (before the user's input). |
Options | A list of choices is shown to the user in dropdowns, radio buttons, or multi-select elements. Only needed for cells that require selection. |
Value | The default or current value for the cell (like a pre-selected option). |
📱 Android & iOS Interface
The Chips element adapts its appearance and layout behavior based on the platform to align with native UI guidelines:
👇🏻 Action (onClick)
Element | Purpose | Supports Actions | Available Actions |
Chips | To represent inputs, filters, or trigger actions in a compact form. | ✅ | Execute Funtion |
🃏 Chips Style Overview
Chips are used to show options for a specific context.
There are four types of them: Assist, Filter, Input & Suggestion.
🧰 Usage
Chips help people enter information, make selections, filter content, or trigger actions. They're best used to help users accomplish their current task faster and easier.
Use chips to enhance the user's current journey and encourage action, and buttons to progress through the product and take significant actions.
Assist Chips
🧰 Usage
Assist chips let you do smart or automatic things across multiple apps, like starting an event on your calendar from the home screen.
Filter Chips
🧰 Usage
Filter chips use tags or descriptive words to filter content. They can be a beneficial alternative to segmented buttons or checkboxes when viewing a list or search results.
Filter chips can be used with other components, such as search fields and sheets.
Input Chips
🧰 Usage
Input chips represent discrete pieces of information entered by a user, such as Gmail contacts or filter options within a search field.
Suggestion Chips
🧰 Usage
Suggestion chips help narrow a user’s intent by presenting dynamically generated suggestions, such as possible responses or search filters.
❓ FAQs
Q: How can I add filter tags (like size or category chips) to my in-app store without writing any code?
A: You can easily add filter tags, create category chips, and give shoppers quick ways to browse your store—all without coding. Using the Chips element in nandbox’s visual builder, you can create tap-to-filter shortcuts that make it simple for users to find exactly what they want.
Q: What does the Chips element do in the store layout?
A:
The Chips element lets you create sleek, clickable tags that act as filters. You can:
- Add visual tags like “S,” “M,” “L” or categories like “Men,” “Women,” “On Sale.”
- Customize each chip’s label, color, and style to match your branding.
- Enable multi-select so users can pick more than one filter at a time.
- Link each chip to an action like filtering a collection or updating a product list.
- Place chips anywhere in your layout—above product cards, inside headers, or next to banners.
These are perfect for improving product discoverability while keeping your store clean and mobile-friendly.
Q: How do I set up chips and use them as store filters?
A:
- Drag the Chips element into your store layout where you want filters to appear.
- Click on each chip to:
- Edit the label (e.g., “T-Shirts,” “On Sale,” or “New Arrivals”).
- Adjust the appearance—set colors, borders, and spacing to match your design.
- You can add multi-select Chips if you want users to select multiple filters at once.
- Assign an action for each chip—like filtering a specific product collection or updating the visible items.
The Chips element automatically adjusts to your layout and connects with other elements—no coding needed.