There are 2 options for adding arrows to the Flux UI v2 tooltips
- add the content of
app.css
to 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.css
from this gist to yourapp.css
- copy the content of
css-version_tooltip_content.blade.php
toresources/views/flux/tooltip/content.blade.php
- copy the content of
tooltip_index.blade.php
toresources/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.php
toresources/views/flux/tooltip/content.blade.php
- copy the content of
tooltip_index.blade.php
toresources/views/flux/tooltip/index.blade.php
- update
function anchor(....)
influx.js
: change thethen(...)
call. Use code from the file in this gist