🧰Components

Honeycomb is a library of >thirty frontend components for building web apps native to web3. The library includes everything from buttons to WalletModal. The entire UI kit can be found in our Storybook.

This section highlights our most popular components. Installing them is as easy as copy/pasting the code snippets after tailoring it to your liking within Storybook.

Honeycomb is open source, so the library (and these docs) will continue to grow over time. Please consider contributing individually or integrating your dApp.

Stylizing components

Fonts and styling are customizable with any CSS wrapper library, such as Styled Components (https://styled-components.com/).

Currently each component is stylized individually. Rolling-down customizations to the entire library is on our roadmap.

Last updated