Bootstrap + Typescript + webpack - unable to find a good example for starters #32619
Unanswered
scorpion35
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fresh to web development area. Trying to figure out how to work with these tech, but got stuck at Bootstrap. I can use the Bootstrap components fine in my example project, but cannot figure out how to work with
Tooltip
/Popover
as they requirepopper.js
. I've uploaded what I have here - https://github.com/scorpion35/typescript-webpack/tree/masterAdded tooltip and popover examples in
index.html
in my repo, and imported the components here - https://github.com/scorpion35/typescript-webpack/blob/master/src/index.ts#L3. Just want to figure out how to make it work (i.e. using tooltip/popovers which depend on popper.js). Think I am missing some steps, which I was hoping to get them from Bootstrap's documentation link below, but unable to figure out how to proceed.Followed the instructions here - https://getbootstrap.com/docs/5.0/getting-started/webpack/, but they don't seem first time user friendly. Wondering if anyone has good resources/examples I can piggy back on and learn. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions