Getting Started
Components
- Accordion
- Alert
- Alert Dialog
- Aspect Ratio
- Attachment
- Avatar
- Badge
- Banner
- Breadcrumb
- Bubble
- Button
- Button Group
- Calendar
- Card
- Carousel
- Chart
- Checkbox
- Command
- Collapsible
- Combobox
- Context Menu
- Data Table
- Date Picker
- Dialog
- Dropdown Menu
- Editor
- Input
- Input Group
- Label
- Loading Spinner
- Native Select
- Popover
- Select
- Separator
- Sheet
- Sidebar
- Skeleton
- Slider
- Steps
- Switch
- Tabs
- Textarea
- Tooltip
Patterns
Tooltip
A popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it.
Add to library
Component Code
<april:tooltip> <slot:trigger> <april:button variant="outline">Hover</april:button> </slot:trigger> <slot:content> <p>Add to library</p> </slot:content></april:tooltip>
Component Code
<april:tooltip> <slot:trigger> <april:button variant="outline">Hover</april:button> </slot:trigger> <slot:content> <p>Add to library</p> </slot:content></april:tooltip>
Publishing Views
Use the following command to publish this view:
php artisan april:publish tooltip
php artisan april:publish tooltip
php artisan april:publish --all
php artisan april:publish --all