Bootstrap in Perspective

Can you use bootstrap in Perspective?

What is "bootstrap"?

I suppose he means this: https://getbootstrap.com/

I don't think you can. Not easily.
If I remember correctly, bootstrap works by adding classes to your components.
While you can add classes to your perspective components, they get prefixed with psc- to avoid name collisions. Which will mess the bootstrap class names.