Bento is an easy to use component library that helps you achieve a great page experience.
Included components are components (such as a Gallery, Accordion, Carousel, …), 3rd party embeds (Facebook, Instagram, …), text-related utilities, etc.
The components themselves are (mostly) available as Web Component or a React Functional Component. An Instagram embed for example is basically this:
<bento-instagram
id="my-instagram"
data-shortcode="CKXYAzuj7TE"
data-captioned
style="height: 800px; width: 400px"
></bento-instagram>
When using a Web Component, it’s worth noting that Bento renders everything in a Shadow Root.