There are 2 options for adding arrows to the Flux UI v2 tooltips
- add the content of
app.cssto your - add the classes directly to the
flux/tooltip/content.blade.php
FYI, this is just a PoC and can be improved
- publish the tooltip blades
php artisan flux:publish Tooltip - copy the
css-version_app.cssfrom this gist to yourapp.css - copy the content of
css-version_tooltip_content.blade.phptoresources/views/flux/tooltip/content.blade.php - copy the content of
tooltip_index.blade.phptoresources/views/flux/tooltip/index.blade.php - update
function anchor(....)influx.js: change thethen(...)call. Use code from the file in this gist
- publish the tooltip blades
php artisan flux:publish Tooltip - copy the content of
class-version_tooltip_content.blade.phptoresources/views/flux/tooltip/content.blade.php - copy the content of
tooltip_index.blade.phptoresources/views/flux/tooltip/index.blade.php - update
function anchor(....)influx.js: change thethen(...)call. Use code from the file in this gist