Bento Components

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.

Bento →
Introducing the Bento Components Library →

Published by Bramus!

Bramus is a frontend web developer from Belgium, working as a Chrome Developer Relations Engineer at Google. From the moment he discovered view-source at the age of 14 (way back in 1997), he fell in love with the web and has been tinkering with it ever since (more …)

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.