UNPKG

@ea-lab/reactive-json-docs

Version:

Complete documentation for Reactive-JSON - Components, examples and LLM-parsable guides

22 lines (18 loc) 494 B
# Tooltip Displays a Bootstrap tooltip when hovering over the element. ## Properties - `content`: Tooltip content (text or component). - `placement` (optional): Tooltip position (`top`, `bottom`, `left`, `right`). ## Example ```yaml renderView: - type: button content: "Hover me" actions: - what: tooltip content: "This is a tooltip." placement: top ``` ## Limitation - Requires Bootstrap CSS. - The child component must be able to accept a React reference.