Web Core components and Bootstrap 4

Hi All,

I have started playing around with the standard web core components and Bootstrap 4.1.1

Where can I find a list of values I can use in the ElementClassName and how it affects the component.

I know there is a drop down, but an example I saw in the TMS video showed a table being used with :

table table-striped

table is in the drop down, but the table-striped bit isn't. How can I learn more about what I can use?

Cheers,
Paul

With bootstrap, css style can include multiple css classnames, the Delphi Object Inspector autocompletion dropdown can't handle this, so you'd need to add this manually. For future versions, we consider replacing the standard autocompletion dropdown in the Delphi Object Inspector.

For now, a reference can be found here:
https://www.w3schools.com/bootstrap/bootstrap_ref_all_classes.asp
or
https://getbootstrap.com/docs/4.1/components/ 

Great, thanks Bruno.