What is a “meta component” in the context of bootstrap or as a general web design term?

meta component is a component that consists some other components , for example bootstrap navbar consists navbar container , navbar header and navbar collapse.

In other words meta components is a collection of other components and have no special feature for themselves in most cases. see the following link it may help.

https://bootstrapious.com/p/bootstrap-navbar

Leave a Comment