Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Oct 15, 2024
2 parents 0a88bbe + 9b53bc7 commit 4a081df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"postcss": "^8.4.14",
"postcss-import": "^14.0.1",
"tailwindcss": "^3.1.0",
"vite": "^3.0.2"
"vite": "^3.0.2",
"tippy.js": "^6.3.7"
}
}
3 changes: 3 additions & 0 deletions resources/js/app.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
import './bootstrap';
import tippy from 'tippy.js';
import 'tippy.js/dist/tippy.css';

tippy('[data-tippy-content]');

0 comments on commit 4a081df

Please sign in to comment.