Overview
- Getting Started
- Loading States
- Forms
- Feature Flags
- Portal
- Show
- For
- Text
- Toggle
- Local Storage
Actions
- Button
- Icon Button
Communication
- Admonition
- Accordion
- Avatar
- Notifications
- Progress Indicators
- Tag
- Tooltip
Containment
- Confirm Modal
- Prompt Modal
- CTA Modal
- Modaldeprecated
- Dialog
- Table
Navigation
- Menu
- Tabs
Selection
- Drag & Drop
- Checkbox
- Date Picker
- Radio
- Rating
- Select
- Combobox
- Switch
Inputs
- Field
- Input
- Textarea
- Labeldeprecated
- Fieldset
- Field Messagedeprecated
- File Uploader
Hooks & Helpers
- split-props
- trap-focusdeprecated
- use-root-colors
- use-theme
- use-theme-context
- use-toggledeprecated
Tooltip
Tooltips display brief labels or messages
1import { Tooltip } from '@cerberus/react'
Usage
This is a tooltip
Preview Playground
top
right
bottom
left
Customization
To customize the tooltip, we recommend extending the Tooltip slot recipe found in the preset.
API
1export interface TooltipProps {2 content: ReactNode3 position?: 'top' | 'right' | 'bottom' | 'left'4}
Name | Default | Description |
---|---|---|
content | The content to display in the tooltip | |
position | 'top' | The position of the tooltip relative to the target element |
1import { Tooltip } from '@cerberus/react'
Usage
This is a tooltip
Preview Playground
top
right
bottom
left
Customization
To customize the tooltip, we recommend extending the Tooltip slot recipe found in the preset.
API
1export interface TooltipProps {2 content: ReactNode3 position?: 'top' | 'right' | 'bottom' | 'left'4}
Name | Default | Description |
---|---|---|
content | The content to display in the tooltip | |
position | 'top' | The position of the tooltip relative to the target element |
1import { Tooltip } from '@cerberus/react'
Usage
This is a tooltip
Preview Playground
top
right
bottom
left
Customization
To customize the tooltip, we recommend extending the Tooltip slot recipe found in the preset.
API
1export interface TooltipProps {2 content: ReactNode3 position?: 'top' | 'right' | 'bottom' | 'left'4}
Name | Default | Description |
---|---|---|
content | The content to display in the tooltip | |
position | 'top' | The position of the tooltip relative to the target element |
1import { Tooltip } from '@cerberus/react'
Usage
This is a tooltip
Preview Playground
top
right
bottom
left
Customization
To customize the tooltip, we recommend extending the Tooltip slot recipe found in the preset.
API
1export interface TooltipProps {2 content: ReactNode3 position?: 'top' | 'right' | 'bottom' | 'left'4}
Name | Default | Description |
---|---|---|
content | The content to display in the tooltip | |
position | 'top' | The position of the tooltip relative to the target element |