• Documentation
  • Ask a Question
  • Zeroplat.io
  • Documentation
  • Ask a Question
  • Zeroplat.io
  • Introduction
    • Welcome to Zeroplat
    • Video Intro
  • Get Started
    • Requirements
    • Installation
  • Management
    • Resources
    • SaaS
      • Multi-tenancy
      • Editions
    • Permissions
    • Organization Units
    • Language
      • Languages
      • Language Texts
    • Roles
    • User
      • Users
      • Invite Users
    • Audit Logs
  • Visual Builder
    • Overview
    • Resources
      • Menu & Navigation
      • Pages
      • Dashboards
      • Components
      • Generate Pages from Datasource
    • Design
      • JS Query
      • Transformer
      • Variable
    • Event Designer
      • Tasks
        • Execute query
        • Start workflow
        • Show page
        • Close Page
        • Set variable
        • Show notification
        • Set components props
      • Switch
        • If
        • Confirm box
        • Confirm popover
    • Data
    • Preview & Publish
    • Components
      • Common Properties
        • Layout
        • Style
        • Actions
        • Validations
        • Tooltip
      • Inputs
        • Button
        • Input
        • InputNumeric
        • ComboBox
        • MulticolumnCombobox
        • Checkbox
        • CheckboxGroup
        • Switch
        • RadioGroup
        • ToggleButtonGroup
        • LocalizedInput
        • Slider
      • Business
        • OrganizationUnitBrowser
        • RoleBrowser
        • UserBrowser
      • Data display
        • DataGrid
      • Editors
        • QuillEditor
      • Feedback
        • Alert
        • Progress
      • File
        • Dropzone
        • FileButton
        • FileInput
      • Layout
        • SplitLayout
      • Navigation
        • TabBar
      • Pickers
        • DatePicker
        • DateTimePicker
        • DateRangePicker
        • DateCalendar
        • TimePicker
        • IconPicker
      • Surfaces
        • Card
      • Charts
        • AreaChart
  • Backend
    • Overview
  • Integrations
    • Overview
    • Environments
    • Database
      • MS SQL
      • SQL Lite
      • My SQL
      • PostgreSQL
    • API
      • Rest API
      • SMTP
      • Google Sheets
      • Twillio SMS
    • Javascript
      • Variable
      • Transformer
      • JS Query
    • Zeroplat Hosted
      • Zeroplat E-mail
  • Workflow (BPM)
    • Overview
    • Building and managing workflows
    • Inbox
    • Outbox
  • Marketplace
    • Overview
    • Management

Tooltip

5 views 0

Written by Zeroplat
20 September 2025

The Tooltip property provides additional context or guidance when users hover over, focus on, or interact with a component. It enhances usability by clarifying the function or purpose of the element without cluttering the interface.

1. Basic Properties

  • Title
    The text content displayed inside the tooltip.
    Example: "Enter your username"
  • Placement
    Determines where the tooltip appears in relation to the component. Supported options:
    • bottom → Default position, tooltip appears below the component.
    • bottom-start → Bottom left aligned.
    • bottom-end → Bottom right aligned.
    • top → Appears above the component.
    • top-start → Top left aligned.
    • top-end → Top right aligned.
    • left → Appears to the left of the component.
    • left-start → Left aligned to the top.
    • left-end → Left aligned to the bottom.
    • right → Appears to the right of the component.
    • right-start → Right aligned to the top.
    • right-end → Right aligned to the bottom.

2. Usage Scenarios

  • Form fields → Provide hints for input requirements (e.g., “Password must contain at least 8 characters”).
  • Action buttons → Explain what the button does (e.g., “Delete permanently”).
  • Icons → Clarify the meaning of symbolic icons (e.g., info, warning, edit).
  • Disabled elements → Indicate why a field or button is not available.

3. Best Practices

  • Keep tooltip text short and clear.
  • Use tooltips for clarification, not as the main source of instructions.
  • Prefer consistent placement (commonly top or bottom).
  • Ensure accessibility by supporting keyboard and screen reader users.

✅ The Tooltip property is a powerful way to add clarity and guidance to UI components, improving user experience without overwhelming the interface.

Was this helpful?

Yes  No
Related Articles
  • DateCalendar
  • Progress
  • TimePicker
  • IconPicker
  • DateTimePicker
  • DateRangePicker

Didn't find your answer? Contact Us

Previously
Validations
Up Next
Inputs
Copyright 2025 Zeroplat.io. All Rights Reserved