primevue
primevue copied to clipboard
implement boostrap in a primevue project without typescript
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
@tugcekucukoglu Can you assist with this question?
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