primefaces / primevue

Next Generation Vue UI Component Library
https://primevue.org
MIT License
9.82k stars 1.18k forks source link

implement boostrap in a primevue project without typescript #5229

Open xkiller838 opened 7 months ago

xkiller838 commented 7 months ago

Hi, I have a question about how I can implement boostrap 4 in a primevue project without typescript. The examples provided on the page are mostly typescript, not normal javascript. In addition, I would like to know if there is a way to not have to import all the components in the main.js so that they work and only import the ones I need in the component. For example, if I need a slider in a component, just import that without having to import everything. I don't know if it is possible. The documentation and examples of use of boostrap are very simple. to understand I appreciate any help

mertsincan commented 7 months ago

@tugcekucukoglu Can you assist with this question?

xkiller838 commented 6 months ago

how to implement boostrap in prime vue and how to use the components without having to invoke them all in the main but rather where they are implemented, the example that is in the documentation is very basic and is not so oriented to boostrap