mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Add stimulus tooltip controller (#1065)
* Add Tooltip Stimulus controller * Add test for tooltip * Remove comma * Normalize translations * Use floating-ui instead popper * Use component classes * Increase cross axis value * Cleanup * Update app/views/accounts/show.html.erb Use correct tailwind class Co-authored-by: Zach Gollwitzer <zach.gollwitzer@gmail.com> Signed-off-by: Tony Vincent <tonyvince7@gmail.com> * Use default values for options * Remove tooltip global variable * Add arrow target * Remove unused method --------- Signed-off-by: Tony Vincent <tonyvince7@gmail.com> Co-authored-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>
This commit is contained in:
parent
6e74414cb2
commit
f315370512
11 changed files with 164 additions and 4 deletions
|
@ -46,3 +46,7 @@ pin "d3-zoom" # @3.0.0
|
|||
pin "delaunator" # @5.0.1
|
||||
pin "internmap" # @2.0.3
|
||||
pin "robust-predicates" # @3.0.2
|
||||
pin "@floating-ui/dom", to: "@floating-ui--dom.js" # @1.6.9
|
||||
pin "@floating-ui/core", to: "@floating-ui--core.js" # @1.6.6
|
||||
pin "@floating-ui/utils", to: "@floating-ui--utils.js" # @0.2.6
|
||||
pin "@floating-ui/utils/dom", to: "@floating-ui--utils--dom.js" # @0.2.6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue